Skip to content

Commit 89b8f90

Browse files
committed
Disable beta.
1 parent 4016909 commit 89b8f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace PokemonAutomation{
2323
// misleading version information.
2424
//
2525

26-
const bool IS_BETA_VERSION = true;
26+
const bool IS_BETA_VERSION = false;
2727
const int PROGRAM_VERSION_MAJOR = 0;
2828
const int PROGRAM_VERSION_MINOR = 60;
2929
const int PROGRAM_VERSION_PATCH = 2;

0 commit comments

Comments
 (0)