We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192a10 commit c3b45b6Copy full SHA for c3b45b6
evadb/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "0"
2
_MINOR = "3"
3
-_REVISION = "8+dev"
+_REVISION = "8"
4
5
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
6
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
0 commit comments