Skip to content

Commit 089775d

Browse files
committed
Bump version to 2.6.0
1 parent 658934b commit 089775d

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

20-
RELEASE_VER := 2.5.0
20+
RELEASE_VER := 2.6.0
2121
BASE_DIR := $(shell git rev-parse --show-toplevel)
2222
GIT_SHA := $(shell git rev-parse --short HEAD)
2323
BIN :=$(BASE_DIR)/bin

0 commit comments

Comments
 (0)