Skip to content

Commit 6baf1b5

Browse files
committed
Upgrade highest JSON version (to accept split archives) in preparation of #231
1 parent f3f0cf3 commit 6baf1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Globals:
130130
GITHUB_MASTER_BASE_URL = "https://raw.githubusercontent.com/07th-mod/python-patcher/master/"
131131
# The installer info version this installer is compatibile with
132132
# Increment it when you make breaking changes to the json files
133-
JSON_VERSION = 11
133+
JSON_VERSION = 12
134134

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

0 commit comments

Comments
 (0)