From c34e70a6fba3e0a9baf766c71a03cd32e09bca4f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 11 Jul 2021 22:13:50 -0400 Subject: [PATCH] sync version --- 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 d72f6a08ebe..e769a04fcd4 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.5", + pmod: "4.0.0-alpha.6", commitHash: null, release: 1134 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab