Prepare bug fix release 1.5.3

Entire-Checkpoint: 84d4ab77be71
This commit is contained in:
2026-03-25 07:18:27 +01:00
parent c267501a1b
commit b1884fda9d
4 changed files with 46 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
TARGET = ./cc-backend
FRONTEND = ./web/frontend
VERSION = 1.5.2
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}'