diff --git a/components/check_updates.py b/components/check_updates.py index 9998f20..2aac582 100644 --- a/components/check_updates.py +++ b/components/check_updates.py @@ -11,7 +11,7 @@ # Constants -VERSION_CURRENT = 'v0.0.1beta' +VERSION_CURRENT = 'v0.1.0beta' VERSION_FILENAME = 'VERSION' VERSION_URL = 'https://raw.githubusercontent.com/Crowfunder/Kozmadeus/main/VERSION' @@ -43,4 +43,4 @@ def CheckUpdates(): output_version['current'] = VERSION_CURRENT output_version['fetched'] = version_github - return output_version \ No newline at end of file + return output_version