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 a8ceae4 commit ec5bd80Copy full SHA for ec5bd80
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 = 59;
29
-const int PROGRAM_VERSION_PATCH = 7;
+const int PROGRAM_VERSION_PATCH = 8;
30
31
const std::string PROGRAM_VERSION_BASE =
32
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
0 commit comments