From c78b98aa79299c944073bb42089114170fc7c9ed Mon Sep 17 00:00:00 2001 From: Trinidad <anchaiscastilla@gmail.com> Date: Sat, 29 Jul 2023 01:41:31 +0200 Subject: [PATCH] modified: src/002-config/fc-version.js --- src/002-config/fc-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 0e28da4fc55..21099a2a89c 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.26", commitHash: null, - release: 1199, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1200, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab