git updater plugin ok

This commit is contained in:
jr-k 2024-05-27 15:41:39 +02:00
parent bb2069f68d
commit f99afcbbf1

View File

@ -43,4 +43,4 @@ class Application:
@staticmethod
def get_version() -> str:
with open("version.txt", 'r') as file:
return file.read()
return file.read().strip()