This commit is contained in:
WhatDidYouExpect 2025-07-07 17:18:29 +02:00
parent 6db0081fab
commit f632536c80

View file

@ -40,5 +40,5 @@ latest_version = "0.0.0"
local_version = "2.0.2" local_version = "2.0.2"
os.environ['gooberlocal_version'] = local_version os.environ['gooberlocal_version'] = local_version
REACT = os.getenv("REACT") REACT = os.getenv("REACT")
beta = True # this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks beta = False # this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks