From 85fe9e6e334ad8d239e3cd942426661e592bd320 Mon Sep 17 00:00:00 2001 From: Andrey Falaleev Date: Tue, 17 Dec 2024 17:51:20 +0000 Subject: [PATCH] set-version: v1.18.2 --- common/config/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/constants.py b/common/config/constants.py index a91f6b87..c485b196 100644 --- a/common/config/constants.py +++ b/common/config/constants.py @@ -48,7 +48,7 @@ _MAJOR_VER = 1 _MINOR_VER = 18 -_BUILD_VER = 1 +_BUILD_VER = 2 _REVISION = "NEON_PROXY_REVISION_TO_BE_REPLACED" NEON_PROXY_VER = f"v{_MAJOR_VER}.{_MINOR_VER}.{_BUILD_VER}-{_REVISION}"