diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 4a0a03beac07ef7164ad4f210123c8e5a43cd360..adcf3e178e9e4dc543d4fdad5cad011b3cc15d0a 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -2,5 +2,5 @@ App.Version = { base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed. pmod: "3.9.2", commitHash: null, - release: 1121 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1122 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };