Skip to content

Commit

Permalink
Update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Aug 21, 2024
1 parent ae152ad commit 1ae0438
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 1ae0438

Please sign in to comment.