Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
f5d7121dfb
commit
9a4d486e25
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue