Skip to content

Commit 6a33cd3

Browse files
committed
Update version to 2.12.1
1 parent 767a1c0 commit 6a33cd3

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
@@ -29,7 +29,7 @@ ifeq ($(BUILD_TYPE),debug)
2929
BUILDFLAGS += -gcflags "-N -l"
3030
endif
3131

32-
RELEASE_VER := 2.12.0
32+
RELEASE_VER := 2.12.1
3333
BASE_DIR := $(shell git rev-parse --show-toplevel)
3434
GIT_SHA := $(shell git rev-parse --short HEAD)
3535
BIN :=$(BASE_DIR)/bin

0 commit comments

Comments
 (0)