Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.
This commit is contained in:
WhatDidYouExpect 2025-07-07 13:05:50 +02:00
parent c732049d79
commit 6637ece3d8
5 changed files with 14 additions and 5 deletions

View file

@ -37,7 +37,7 @@ arch = platform.machine()
slash_commands_enabled = True # 100% broken, its a newer enough version so its probably enabled by default.... fix this at somepoint or hard code it in goober central code
launched = False
latest_version = "0.0.0"
local_version = "2.0.1"
local_version = "2.0.2"
os.environ['gooberlocal_version'] = local_version
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