Skip to content

Commit bd64c3a

Browse files
committed
Pull request #435: fix-version
Merge in GO/dnsproxy from fix-version to master Squashed commit of the following: commit 20e2439 Author: Maksim Kazantsev <m.kazantsev@adguard.com> Date: Thu May 21 17:20:04 2026 +0300 make: fix version;
1 parent 8146535 commit bd64c3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/make/build-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ log() {
2222

2323
log 'starting to build dnsproxy release'
2424

25-
version="${VERSION:-}"
25+
version="${VERSION:-0}"
2626

27-
if [ -z "$version" ]; then
27+
if [ "$version" = '0' ]; then
2828
version="${GITHUB_REF:-}"
2929
version="${version##*/}"
3030
fi

0 commit comments

Comments
 (0)