We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd019c0 commit cb359aaCopy full SHA for cb359aa
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -23,7 +23,7 @@ namespace PokemonAutomation{
23
// misleading version information.
24
//
25
26
-const bool IS_BETA_VERSION = true;
+const bool IS_BETA_VERSION = false;
27
const int PROGRAM_VERSION_MAJOR = 0;
28
const int PROGRAM_VERSION_MINOR = 56;
29
const int PROGRAM_VERSION_PATCH = 5;
@@ -212,3 +212,4 @@ const std::string& ML_MODEL_CACHE_PATH(){
212
213
}
214
215
+
0 commit comments