diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index ae1764d6d0ff23c676f8ca9e1ec14801020e3a37..7e2da15ca209193873565698d2e7ae269548c8d1 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.
 };