Please enter the commit message for your changes. Lines starting

This commit is contained in:
WhatDidYouExpect 2025-07-18 01:40:40 +02:00
parent f5d7121dfb
commit 9a4d486e25

View file

@ -48,7 +48,7 @@ song = os.getenv("SONG")
arch = platform.machine() arch = platform.machine()
launched = False launched = False
latest_version = "0.0.0" latest_version = "0.0.0"
local_version = "2.3.4" local_version = "2.3.5"
os.environ['gooberlocal_version'] = local_version os.environ['gooberlocal_version'] = local_version
REACT = os.getenv("REACT") REACT = os.getenv("REACT")
if get_git_branch() == "dev": if get_git_branch() == "dev":