Update Makefile

This commit is contained in:
KrakenTech
2025-05-16 15:57:38 -04:00
committed by GitHub
parent 8dbd83f233
commit f5a5f07997
+2 -2
View File
@@ -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 ./...
$(GO) test ./...