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 Oct 24, 2021
1 parent 5c52936 commit 2645d67
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 2645d67

Please sign in to comment.