--- ./Makefile 2024-11-08 15:41:57 +++ ./Makefile 2024-11-08 15:42:13 @@ -43,7 +43,7 @@ PACKAGE := github.com/lima-vm/lima -VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.m' --always --tags) +VERSION := @@VERSION@@ VERSION_TRIMMED := $(VERSION:v%=%) GO_BUILD_LDFLAGS := -ldflags="-s -w -X $(PACKAGE)/pkg/version.Version=$(VERSION)"