Skip to content

Commit

Permalink
Release 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
salan668 committed Feb 17, 2024
1 parent d625597 commit d201967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HomeUI/VersionConstant.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Version Key
MAJOR = 0
MINOR = 5
PATCH = 11
PATCH = 12
VERSION_NAME = 'Version'
VERSION = '{}.{}.{}'.format(MAJOR, MINOR, PATCH)
ACCEPT_VERSION = ['0.5.0', '0.5.1', '0.5.2', '0.5.3', '0.5.4', '0.5.5', '0.5.6', '0.5.7', '0.5.8', '0.5.9', '0.5.10',
'0.5.11']
'0.5.11', '0.5.12']

0 comments on commit d201967

Please sign in to comment.