Skip to content

Commit 7f5db3d

Browse files
JarbasAlgithub-actions[bot]
authored andcommitted
Increment Version to 8.0.1a5
1 parent 1f7aba1 commit 7f5db3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ovos_workshop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
VERSION_MAJOR = 8
1616
VERSION_MINOR = 0
1717
VERSION_BUILD = 1
18-
VERSION_ALPHA = 4
18+
VERSION_ALPHA = 5
1919
# END_VERSION_BLOCK
2020

2121
__version__ = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}" + (f"a{VERSION_ALPHA}" if VERSION_ALPHA else "")

0 commit comments

Comments
 (0)