diff options
author | ignat <ignat@yandex-team.com> | 2025-01-15 20:08:54 +0300 |
---|---|---|
committer | ignat <ignat@yandex-team.com> | 2025-01-15 20:55:09 +0300 |
commit | 9a04c0af35c6a47061b3699089da07acfcf14587 (patch) | |
tree | 7d937c740799f746c1fc203fe8bf235eba945b76 | |
parent | 7e1f00926fc922813c174a7e316a4e3cd5def252 (diff) | |
download | ydb-9a04c0af35c6a47061b3699089da07acfcf14587.tar.gz |
YT-23982: Bump version to 25.2
commit_hash:1180f531e81e9a4bb7473d30fb26499de6608290
-rw-r--r-- | yt/yt/build/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/build/ya.make b/yt/yt/build/ya.make index 3c9ef07a0f..5bbd5e3e89 100644 --- a/yt/yt/build/ya.make +++ b/yt/yt/build/ya.make @@ -3,7 +3,7 @@ LIBRARY() INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc) SET(YT_VERSION_MAJOR 25) -SET(YT_VERSION_MINOR 1) +SET(YT_VERSION_MINOR 2) DEFAULT(YT_VERSION_PATCH 0) DEFAULT(YT_VERSION_BRANCH "local") |