Skip to content

Commit e2b4310

Browse files
committed
Fix version generation for rust
1 parent 201c4ce commit e2b4310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder-support/gen-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [ ! -z "$(git rev-parse --abbrev-ref HEAD 2> /dev/null)" ]; then
7171
fi
7272
fi
7373

74-
VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}"
74+
VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}-${BRANCH}.${GIT_HASH}${DIRTY}"
7575
fi
7676

7777
printf $VERSION

0 commit comments

Comments
 (0)