From 73185f8708c209a5a5d254a1f1c988da6a33d0d9 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:58:25 +0200 Subject: [PATCH] IDIOT --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index ddea186..00cb139 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -42,5 +42,5 @@ latest_version = "0.0.0" local_version = "2.3.0" 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