Skip to content

Commit 6d30d80

Browse files
committed
Update version to 2.11.5
1 parent e1044b9 commit 6d30d80

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
@@ -18,7 +18,7 @@ ifeq ($(BUILD_TYPE),debug)
1818
BUILDFLAGS += -gcflags "-N -l"
1919
endif
2020

21-
RELEASE_VER := 2.11.4
21+
RELEASE_VER := 2.11.5
2222
BASE_DIR := $(shell git rev-parse --show-toplevel)
2323
GIT_SHA := $(shell git rev-parse --short HEAD)
2424
BIN :=$(BASE_DIR)/bin

0 commit comments

Comments
 (0)