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 4016909 commit 89b8f90Copy full SHA for 89b8f90
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 = 60;
29
const int PROGRAM_VERSION_PATCH = 2;
0 commit comments