Prepare Release 1.5.4

Entire-Checkpoint: 535c1737ceb2
This commit is contained in:
2026-05-12 12:00:05 +02:00
parent 2ca3285ccd
commit 77fdcddc26
2 changed files with 22 additions and 2 deletions

View File

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