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 a17882c commit 157e533Copy full SHA for 157e533
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -26,7 +26,7 @@ namespace PokemonAutomation{
26
const bool IS_BETA_VERSION = false;
27
const int PROGRAM_VERSION_MAJOR = 0;
28
const int PROGRAM_VERSION_MINOR = 60;
29
-const int PROGRAM_VERSION_PATCH = 6;
+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