Skip to content

Commit

Permalink
Upgrade highest JSON version (to accept split archives) in preparatio…
Browse files Browse the repository at this point in the history
…n of #231
  • Loading branch information
drojf committed Jul 5, 2024
1 parent f3f0cf3 commit 6baf1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Globals:
GITHUB_MASTER_BASE_URL = "https://raw.githubusercontent.com/07th-mod/python-patcher/master/"
# The installer info version this installer is compatibile with
# Increment it when you make breaking changes to the json files
JSON_VERSION = 11
JSON_VERSION = 12

# Define constants used throughout the script. Use function calls to enforce variables as const
IS_WINDOWS = platform.system() == "Windows"
Expand Down

0 comments on commit 6baf1b5

Please sign in to comment.