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 50b5ec2 commit f0e0327Copy full SHA for f0e0327
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 = 57;
29
const int PROGRAM_VERSION_PATCH = 3;
0 commit comments