Skip to content

Commit

Permalink
Change version to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadani committed Jul 11, 2022
1 parent 9d16c3e commit f7d408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(BUILD_TYPE),debug)
BUILDFLAGS += -gcflags "-N -l"
endif

RELEASE_VER := 2.11.0-rc1
RELEASE_VER := 2.11.1
BASE_DIR := $(shell git rev-parse --show-toplevel)
GIT_SHA := $(shell git rev-parse --short HEAD)
BIN :=$(BASE_DIR)/bin
Expand Down

0 comments on commit f7d408d

Please sign in to comment.