We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90619b commit b76832aCopy full SHA for b76832a
common/config/constants.py
@@ -48,7 +48,7 @@
48
49
_MAJOR_VER = 1
50
_MINOR_VER = 18
51
-_BUILD_VER = 7
+_BUILD_VER = 8
52
_REVISION = "NEON_PROXY_REVISION_TO_BE_REPLACED"
53
NEON_PROXY_VER = f"v{_MAJOR_VER}.{_MINOR_VER}.{_BUILD_VER}-{_REVISION}"
54
0 commit comments