Skip to content

Commit

Permalink
Version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Oct 19, 2023
1 parent 860e24b commit 0227d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialPrograms/Source/CommonFramework/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace PokemonAutomation{
const bool IS_BETA_VERSION = true;
const int PROGRAM_VERSION_MAJOR = 0;
const int PROGRAM_VERSION_MINOR = 42;
const int PROGRAM_VERSION_PATCH = 5;
const int PROGRAM_VERSION_PATCH = 6;

const std::string PROGRAM_VERSION_BASE =
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +
Expand Down

0 comments on commit 0227d95

Please sign in to comment.