Skip to content

Commit

Permalink
Release 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
salan668 committed Feb 5, 2024
1 parent 12b94c6 commit 15943e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HomeUI/VersionConstant.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
# Version Key
MAJOR = 0
MINOR = 5
PATCH = 10
PATCH = 11
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']
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 comments on commit 15943e2

Please sign in to comment.