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 66c6912 commit ff01a81Copy full SHA for ff01a81
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 = 54;
29
const int PROGRAM_VERSION_PATCH = 26;
0 commit comments