From 919e5d54c394ef28b4717bffa31e87cf177bc019 Mon Sep 17 00:00:00 2001
From: Trinidad <anchaiscastilla@gmail.com>
Date: Mon, 6 May 2024 15:24:19 +0200
Subject: [PATCH] 	modified:   src/002-config/fc-version.js

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

diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index ae1764d6d0f..7e2da15ca20 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -2,6 +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.31",
 	commitHash: null,
-	// update release when undrafting
-	release: 1225, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
+	release: 1251, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };
-- 
GitLab