From 70ad6ddc1fdceaba2e1f5a653be703656f180b99 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:38:21 +0200 Subject: [PATCH] push --- modules/globalvars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index 3469db3..5c2e2e3 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -38,8 +38,8 @@ arch = platform.machine() slash_commands_enabled = True # 100% broken, its a newer enough version so its probably enabled by default.... fix this at somepoint or hard code it in goober central code launched = False latest_version = "0.0.0" -local_version = "2.1.3" +local_version = "2.1.4" 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