Update version in Makefile to 0.51.2-beta

This commit is contained in:
anonpenguin23 2025-10-22 08:43:09 +03:00
parent 64ca6c2f99
commit a21655b35a
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.51.1-beta
VERSION := 0.51.2-beta
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)'