mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-25 04:49:05 +01:00
Prepare release 1.4.2
This commit is contained in:
parent
fd94d85edf
commit
48e95fbdb0
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ TARGET = ./cc-backend
|
||||
VAR = ./var
|
||||
CFG = config.json .env
|
||||
FRONTEND = ./web/frontend
|
||||
VERSION = 1.4.1
|
||||
VERSION = 1.4.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}'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# `cc-backend` version 1.4.1
|
||||
# `cc-backend` version 1.4.2
|
||||
|
||||
Supports job archive version 2 and database version 8.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user