From 6d81539fc5e9a8fbd0aa68d64abd9bd76ec36aed Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sat, 28 Jun 2025 23:24:02 +0200 Subject: [PATCH] Update globalvars.py --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index c47716c..f51a41a 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -38,5 +38,5 @@ song = os.getenv("song") arch = platform.machine() slash_commands_enabled = False latest_version = "0.0.0" -local_version = "1.0.1" +local_version = "1.0.2" os.environ['gooberlocal_version'] = local_version