diff --git a/Makefile b/Makefile index fc739ad..d6ba9a8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROTO_FILE=modify.proto PROTO_GENERATED_FILES_PATH=pkg/rpc -VERSION="v0.3.2" +VERSION="v0.4.0" LDFLAGS="-X 'main.version=$(VERSION)'" .PHONY: all all: build