Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 2fbff30

Browse files
committed
Release.
1 parent a66e910 commit 2fbff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KVEXPRESS_VERSION="1.12-dev"
1+
KVEXPRESS_VERSION="1.12"
22
GIT_COMMIT=$(shell git rev-parse HEAD)
33
COMPILE_DATE=$(shell date -u +%Y%m%d.%H%M%S)
44
BUILD_FLAGS=-X main.CompileDate=$(COMPILE_DATE) -X main.GitCommit=$(GIT_COMMIT) -X main.Version=$(KVEXPRESS_VERSION)

0 commit comments

Comments
 (0)