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

Commit ce2b9dd

Browse files
committed
Revise version script
1 parent 3b4d3c1 commit ce2b9dd

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)