Skip to content

Commit 1e64d0f

Browse files
JarbasAlgithub-actions[bot]
authored andcommitted
Increment Version to 8.0.4a2
1 parent 2fc2899 commit 1e64d0f

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 = 4
18-
VERSION_ALPHA = 1
18+
VERSION_ALPHA = 2
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)