From bcb1046b9d7bf044eb2bc4f0c05be4f797d54a04 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:58:09 +0200 Subject: [PATCH] whoops --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index a189949..f23e349 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -39,5 +39,5 @@ arch = platform.machine() slash_commands_enabled = False launched = False latest_version = "0.0.0" -local_version = "1.0.4" +local_version = "1.0.5" os.environ['gooberlocal_version'] = local_version