Skip to content

Commit

Permalink
more semver 2.0 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 14, 2024
1 parent 105defe commit 1ca5df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ short_commit=$(git rev-parse --short HEAD)

# append -dirty for dirty builds
if ! git diff --no-ext-diff --quiet --exit-code ; then
echo "0.0.${commit_timestamp}+${short_commit}-dirty"
echo "0.0.${commit_timestamp}+${short_commit}.dirty"
exit
fi

Expand Down

0 comments on commit 1ca5df7

Please sign in to comment.