Skip to content

Commit 7cd8b3c

Browse files
committed
Enable version autocompletion from git metadata
1 parent af95436 commit 7cd8b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/driver_lib/version/version.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ TCompatibilityInfo::TCompatibilityInfo() {
2727

2828
auto current = MakeCurrent();
2929

30-
// bool success = CompleteFromTag(current);
30+
bool success = CompleteFromTag(current);
31+
Y_UNUSED(success);
3132
// Y_ABORT_UNLESS(success);
3233

3334
CurrentCompatibilityInfo.CopyFrom(current);

0 commit comments

Comments
 (0)