diff --git a/modules/globalvars.py b/modules/globalvars.py index 3292262..cb44ae5 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -40,5 +40,5 @@ latest_version = "0.0.0" local_version = "2.0.0" os.environ['gooberlocal_version'] = local_version REACT = os.getenv("REACT") -beta = True +beta = False # this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks \ No newline at end of file