Skip to content

Commit 936f2b1

Browse files
committed
Version # override.
1 parent 0fa22ae commit 936f2b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace PokemonAutomation{
2525

2626
const bool IS_BETA_VERSION = false;
2727
const int PROGRAM_VERSION_MAJOR = 0;
28-
const int PROGRAM_VERSION_MINOR = 62;
29-
const int PROGRAM_VERSION_PATCH = 1;
28+
const int PROGRAM_VERSION_MINOR = 61;
29+
const int PROGRAM_VERSION_PATCH = 10;
3030

3131
const std::string PROGRAM_VERSION_BASE =
3232
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +

0 commit comments

Comments
 (0)