Skip to content

Commit

Permalink
Update check_updates.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowfunder authored Aug 2, 2023
1 parent 0a391c6 commit 57111c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/check_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -43,4 +43,4 @@ def CheckUpdates():
output_version['current'] = VERSION_CURRENT
output_version['fetched'] = version_github

return output_version
return output_version

0 comments on commit 57111c3

Please sign in to comment.