Skip to content

Commit

Permalink
Fixed bump version to move v4 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Jan 4, 2024
1 parent aaef271 commit 8af3e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ fi

git add cmd/version.go snap/snapcraft.yaml
git commit -m 'Bumping version'
git tag $version
git tag $version
git tag -f v4

0 comments on commit 8af3e46

Please sign in to comment.