From 08c1e24751b4b5bca435d45bf96ca3e6750d4261 Mon Sep 17 00:00:00 2001 From: torredil Date: Mon, 4 Nov 2024 19:54:03 +0000 Subject: [PATCH] Release v0.4.0 Signed-off-by: torredil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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