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 84d4db8 commit 725231fCopy full SHA for 725231f
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -25,8 +25,8 @@ namespace PokemonAutomation{
25
26
const bool IS_BETA_VERSION = true;
27
const int PROGRAM_VERSION_MAJOR = 0;
28
-const int PROGRAM_VERSION_MINOR = 53;
29
-const int PROGRAM_VERSION_PATCH = 9;
+const int PROGRAM_VERSION_MINOR = 54;
+const int PROGRAM_VERSION_PATCH = 1;
30
31
const std::string PROGRAM_VERSION_BASE =
32
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
0 commit comments