Prepare release v0.1.1

This commit is contained in:
2024-12-05 08:12:10 +01:00
parent c10905938f
commit 55ff44ef75
3 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
TARGET = ./cc-metric-store
VAR = ./var/checkpoints/
VERSION = 0.1.0
VERSION = 0.1.1
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}'