Skip to content

Commit

Permalink
dev(#5): start versioning at 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 4, 2023
1 parent 152e065 commit acbc345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$1" != "minor" -a "$1" != "major" ]; then
exit 1
fi

version="v0.0.0"
version="v0.0.1"
prev=$(git tag --sort=version:refname | tail -1)

if [ -n "$prev" ]; then
Expand Down

0 comments on commit acbc345

Please sign in to comment.