Skip to content

Commit 9a74f66

Browse files
committed
Bump version to 2.2.4
1 parent 3d8530a commit 9a74f66

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.3
20+
RELEASE_VER := 2.2.4
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)