check for missing depends

This commit is contained in:
WhatDidYouExpect 2025-06-27 19:45:44 +02:00
parent 04b0144281
commit d03fa25c88
3 changed files with 27 additions and 11 deletions

View file

@ -40,5 +40,5 @@ song = os.getenv("song")
arch = platform.machine()
slash_commands_enabled = False
latest_version = "0.0.0"
local_version = "1.0.0"
local_version = "1.0.1"
os.environ['gooberlocal_version'] = local_version