Upgrade dePrepare release 1.5.3

Entire-Checkpoint: 6555467af065
This commit is contained in:
2026-04-01 15:50:33 +02:00
parent a116a1ab16
commit 9f6648dd18
2 changed files with 42 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
TARGET = ./cc-metric-store
VAR = ./var/checkpoints/
VERSION = 1.5.0
VERSION = 1.5.3
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'