remove traces of hardcoded release version

+ update homepage image
This commit is contained in:
mungai-njoroge
2023-12-11 08:26:37 +03:00
parent e85793875b
commit 5b332bebb5
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -179,5 +179,5 @@ class HandleArgs:
@staticmethod
def handle_version():
if any((a in ARGS for a in ALLARGS.version)):
print(settings.Release.APP_VERSION)
print(settings.Keys.SWINGMUSIC_APP_VERSION)
sys.exit(0)