diff --git a/common/config/constants.py b/common/config/constants.py index bfcc35d1..997ffa8a 100644 --- a/common/config/constants.py +++ b/common/config/constants.py @@ -25,7 +25,7 @@ _MAJOR_VER = 1 _MINOR_VER = 13 -_BUILD_VER = 11 +_BUILD_VER = 12 _REVISION = "NEON_PROXY_REVISION_TO_BE_REPLACED" NEON_PROXY_VER = f"v{_MAJOR_VER}.{_MINOR_VER}.{_BUILD_VER}-{_REVISION}"