Skip to content

Commit

Permalink
chore: push new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Jan 16, 2023
1 parent 0988b47 commit 003947e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ endif
git add VERSION
git commit -m "chore: bump VERSION"
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
git push origin v$(NEW_VERSION)
git push --follow-tags

.PHONY: snapshot
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.35
0.2.36

0 comments on commit 003947e

Please sign in to comment.