We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa22ae commit 936f2b1Copy full SHA for 936f2b1
1 file changed
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -25,8 +25,8 @@ namespace PokemonAutomation{
25
26
const bool IS_BETA_VERSION = false;
27
const int PROGRAM_VERSION_MAJOR = 0;
28
-const int PROGRAM_VERSION_MINOR = 62;
29
-const int PROGRAM_VERSION_PATCH = 1;
+const int PROGRAM_VERSION_MINOR = 61;
+const int PROGRAM_VERSION_PATCH = 10;
30
31
const std::string PROGRAM_VERSION_BASE =
32
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
0 commit comments