From 3a215a7060549d1173c1f5124e1c21531f9af996 Mon Sep 17 00:00:00 2001 From: Kyle McCullough Date: Thu, 2 Jan 2025 16:40:30 -0800 Subject: [PATCH] v0.5.1 Signed-off-by: Kyle McCullough --- build.mk | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mk b/build.mk index ef7e7bb..5134638 100644 --- a/build.mk +++ b/build.mk @@ -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: diff --git a/version.txt b/version.txt index b043aa6..992ac75 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.5.0 +v0.5.1