Skip to content

Commit cb359aa

Browse files
authored
Update Globals.cpp
1 parent fd019c0 commit cb359aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 2 additions & 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 = 56;
2929
const int PROGRAM_VERSION_PATCH = 5;
@@ -212,3 +212,4 @@ const std::string& ML_MODEL_CACHE_PATH(){
212212

213213
}
214214

215+

0 commit comments

Comments
 (0)