Skip to content

Commit ffc81f8

Browse files
committed
Bump version to 2.2.3
1 parent 72e6caa commit ffc81f8

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.2.2
20+
RELEASE_VER := 2.2.3
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)