Skip to content

Commit

Permalink
Revise version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Dec 18, 2022
1 parent 09afbfd commit 71c2953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
printf "$BASE_VERSION"
#printf "$BASE_VERSION+$GIT_COMMIT"
#printf "$BASE_VERSION"
printf "$BASE_VERSION+$GIT_COMMIT"

0 comments on commit 71c2953

Please sign in to comment.