Skip to content

Commit 632b9fc

Browse files
committed
Prepare Bugfix release 1.4.3
1 parent 702591b commit 632b9fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TARGET = ./cc-backend
22
VAR = ./var
33
CFG = config.json .env
44
FRONTEND = ./web/frontend
5-
VERSION = 1.4.2
5+
VERSION = 1.4.3
66
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
77
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
88
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'

ReleaseNotes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# `cc-backend` version 1.4.2
1+
# `cc-backend` version 1.4.3
22

33
Supports job archive version 2 and database version 8.
44

5-
This is a small bug fix release of `cc-backend`, the API backend and frontend
5+
This is a bug fix release of `cc-backend`, the API backend and frontend
66
implementation of ClusterCockpit.
77
For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/).
88

0 commit comments

Comments
 (0)