We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f0cf3 commit 6baf1b5Copy full SHA for 6baf1b5
common.py
@@ -130,7 +130,7 @@ class Globals:
130
GITHUB_MASTER_BASE_URL = "https://raw.githubusercontent.com/07th-mod/python-patcher/master/"
131
# The installer info version this installer is compatibile with
132
# Increment it when you make breaking changes to the json files
133
- JSON_VERSION = 11
+ JSON_VERSION = 12
134
135
# Define constants used throughout the script. Use function calls to enforce variables as const
136
IS_WINDOWS = platform.system() == "Windows"
0 commit comments