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 3238208 commit 144113eCopy full SHA for 144113e
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -24,8 +24,8 @@ namespace PokemonAutomation{
24
25
const bool IS_BETA_VERSION = true;
26
const int PROGRAM_VERSION_MAJOR = 0;
27
-const int PROGRAM_VERSION_MINOR = 51;
28
-const int PROGRAM_VERSION_PATCH = 13;
+const int PROGRAM_VERSION_MINOR = 52;
+const int PROGRAM_VERSION_PATCH = 1;
29
30
const std::string PROGRAM_VERSION_BASE =
31
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
0 commit comments