Skip to content

Commit 1a79a15

Browse files
JarbasAlgithub-actions[bot]
authored andcommitted
Increment Version to 8.0.4a3
1 parent 1bb54e0 commit 1a79a15

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