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