We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658934b commit 089775dCopy full SHA for 089775d
Makefile
@@ -17,7 +17,7 @@ ifeq ($(BUILD_TYPE),debug)
17
BUILDFLAGS += -gcflags "-N -l"
18
endif
19
20
-RELEASE_VER := 2.5.0
+RELEASE_VER := 2.6.0
21
BASE_DIR := $(shell git rev-parse --show-toplevel)
22
GIT_SHA := $(shell git rev-parse --short HEAD)
23
BIN :=$(BASE_DIR)/bin
0 commit comments