diff --git a/SatisfactoryModLoader/SatisfactoryModLoader.h b/SatisfactoryModLoader/SatisfactoryModLoader.h index e852b3f805..1c4620e250 100644 --- a/SatisfactoryModLoader/SatisfactoryModLoader.h +++ b/SatisfactoryModLoader/SatisfactoryModLoader.h @@ -8,7 +8,7 @@ namespace SML { static const std::string modLoaderVersion = "1.0.0-pr4"; // SML's version - static const std::string targetVersion[] = { "99427", "98994" }; //CLs of Satisfactory, 1st is normal CL and 2nd is experimental CL + static const std::string targetVersion[] = { "99427", "100692" }; //CLs of Satisfactory, 1st is normal CL and 2nd is experimental CL static bool loadConsole = true; static bool debugOutput = false; static bool supressErrors = false; @@ -18,4 +18,4 @@ namespace SML { void mod_loader_entry(); void read_config(); void cleanup(); -} \ No newline at end of file +}