We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3210 commit ca12061Copy full SHA for ca12061
common/config/constants.py
@@ -48,7 +48,7 @@
48
49
_MAJOR_VER = 1
50
_MINOR_VER = 17
51
-_BUILD_VER = 17
+_BUILD_VER = 18
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