Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle McCullough <[email protected]>
  • Loading branch information
kylemcc committed Jan 3, 2025
1 parent 08e69f4 commit 3a215a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ install:
.PHONY: tag
tag: ## Creates a new git tag for the current version
git tag -sa $(VERSION) -m "$(VERSION)"
git push origin main $(VERSION)
git push origin master $(VERSION)

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1

0 comments on commit 3a215a7

Please sign in to comment.