From a2358d0714d049212a277cb3f19fb7bc63d34d5a Mon Sep 17 00:00:00 2001 From: KrakenTech Date: Wed, 21 May 2025 09:26:35 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17d09a0..25beba7 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.3.1") +VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.3.3") .PHONY: all clean build build-all