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