diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 25140c6fcde42c71697a31c88221be8d60a675da..02e3973b71ce5c6e77176ccef6cee50ee4220f11 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.14",
+	pmod: "4.0.0-alpha.15",
 	commitHash: null,
 	release: 1170, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };