chore: push new version

This commit is contained in:
Casey Lee 2023-01-16 09:09:38 -08:00
parent 0988b47752
commit 003947ea33
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -1 +1 @@
0.2.35
0.2.36