Skip to content

Commit

Permalink
Increment Version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Sep 17, 2024
1 parent a3d60f0 commit d7ef229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 8
VERSION_ALPHA = 132
VERSION_ALPHA = 0
# END_VERSION_BLOCK

# for compat with old imports
Expand Down Expand Up @@ -32,4 +32,4 @@ def check_version(version_string):
version_string (string): version string ('Major.Minor.Build')
"""
version_tuple = tuple(map(int, version_string.split('.')))
return OVOS_VERSION_TUPLE >= version_tuple
return OVOS_VERSION_TUPLE >= version_tuple

0 comments on commit d7ef229

Please sign in to comment.