Prepare bugfix release 1.5.1

Entire-Checkpoint: 15cc90a0347a
This commit is contained in:
2026-03-12 06:40:36 +01:00
parent 2506a92cdf
commit 7f069f1ec1
2 changed files with 37 additions and 5 deletions

View File

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