updated makefile

This commit is contained in:
anonpenguin23 2025-10-26 11:39:10 +02:00
parent e96271e28c
commit 71d6c292d9
No known key found for this signature in database
GPG Key ID: 1CBB1FE35AFBEE30

View File

@ -21,7 +21,7 @@ test-e2e:
.PHONY: build clean test run-node run-node2 run-node3 run-example deps tidy fmt vet lint clear-ports
VERSION := 0.52.8
VERSION := 0.52.9
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'