Prepare release v1.5.2

Entire-Checkpoint: 9286f4c43ab5
This commit is contained in:
2026-03-18 05:31:49 +01:00
parent d46e6371fc
commit 045f81f985
2 changed files with 48 additions and 2 deletions

View File

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