From 47a048b3b6a27b41683e76990cb58439f3706edb Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 13 Dec 2022 21:13:33 -0500
Subject: [PATCH] version update

---
 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 d66255ea8f4..b64cb9a6797 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.21",
 	commitHash: null,
-	release: 1183, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
+	release: 1184, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };
-- 
GitLab