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 6ac9ed7 commit 08e6797Copy full SHA for 08e6797
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -25,7 +25,7 @@ namespace PokemonAutomation{
25
const bool IS_BETA_VERSION = true;
26
const int PROGRAM_VERSION_MAJOR = 0;
27
const int PROGRAM_VERSION_MINOR = 50;
28
-const int PROGRAM_VERSION_PATCH = 12;
+const int PROGRAM_VERSION_PATCH = 13;
29
30
const std::string PROGRAM_VERSION_BASE =
31
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
0 commit comments