From 9a4d486e2587170f9d7a1e3a8b690ae569d3c4aa Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Fri, 18 Jul 2025 01:40:40 +0200 Subject: [PATCH] Please enter the commit message for your changes. Lines starting --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index 0a5a57b..37b22e9 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -48,7 +48,7 @@ song = os.getenv("SONG") arch = platform.machine() launched = False latest_version = "0.0.0" -local_version = "2.3.4" +local_version = "2.3.5" os.environ['gooberlocal_version'] = local_version REACT = os.getenv("REACT") if get_git_branch() == "dev":