diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index c4db3b34cb7bb4aa8f021341455813837fcbb61b..028dfb5701e879d81985f7d726edda2c0e9955d8 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.29",
 	commitHash: null,
-	release: 1223, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
+	release: 1224, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };