Skip to content

Commit

Permalink
set-version: v1.13.12
Browse files Browse the repository at this point in the history
afalaleev committed Jun 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 76c227f commit f131794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/constants.py
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit f131794

Please sign in to comment.