From 4320dff45ac13cee9d5532c2da721c674d6e210b Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Mon, 22 Apr 2024 13:47:19 +0000 Subject: [PATCH] Bump version to 0.3.0 Signed-off-by: Connor Catlett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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