diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index a7c827f27dd4d5e8b6ce00012ec68f3ef56b7180..7999bc49dd14ffc04bd4675eb1bdc1c7212c1975 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: "4.0.0-alpha.32", commitHash: null, - release: 1253, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1254, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };