Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 9e61018

Browse files
committed
Update version script
1 parent 62ea203 commit 9e61018

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if [ -d .git ]; then
1313
else
1414
GIT_COMMIT="gitUNKNOWN"
1515
fi
16-
printf "$BASE_VERSION"
17-
#printf "$BASE_VERSION"-"$GIT_COMMIT"
16+
#printf "$BASE_VERSION"
17+
printf "$BASE_VERSION"-"$GIT_COMMIT"
1818

0 commit comments

Comments
 (0)