From 9d8155d7998b1f4fd3b528bffd3f3779fbb7a4a2 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:25:00 +0200 Subject: [PATCH] forgot to update version --- modules/globalvars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index b29e43a..8d9ee07 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -40,5 +40,5 @@ song = os.getenv("song") arch = platform.machine() slash_commands_enabled = False latest_version = "0.0.0" -local_version = "0.15.2" -os.environ['gooberlocal_version'] = local_version \ No newline at end of file +local_version = "0.15.3" +os.environ['gooberlocal_version'] = local_version