From edb84438fc94b3743debb2cc9ee3c6a0dd72941a Mon Sep 17 00:00:00 2001
From: Anonymous <>
Date: Mon, 31 Jul 2023 18:24:55 +0100
Subject: [PATCH] Increment App.Version.release instead

---
 src/002-config/fc-version.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 182ab6e8f2f..21099a2a89c 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 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.27",
+	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