From ffeefaa1a436d0fcec40de780202ca20737aa643 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:07:43 +0200 Subject: [PATCH] fucking idoit --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index 41ba19d..3c76bc7 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -41,5 +41,5 @@ latest_version = "0.0.0" local_version = "2.1.3" os.environ['gooberlocal_version'] = local_version REACT = os.getenv("REACT") -beta = True # this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks +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