From f5a5f079977aa539c8dd6c092f587be3b053d02f Mon Sep 17 00:00:00 2001 From: KrakenTech Date: Fri, 16 May 2025 15:57:38 -0400 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 194bcdd..feb6e6e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PLATFORMS=linux darwin windows ARCHS=amd64 arm64 # Version info from git tag or default -VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.0.1") +VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.2.0") .PHONY: all clean build build-all @@ -50,4 +50,4 @@ install: build # Run tests test: - $(GO) test ./... \ No newline at end of file + $(GO) test ./...