From 614d037622fc8f1acb75337c0b15a35c59058d53 Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Thu, 25 Jan 2024 09:03:44 +0100 Subject: [PATCH] chore: update version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8369a8..8d89130 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.3.0 +VERSION := v0.3.2 ldflags := $(LDFLAGS) ldflags += -X main.version=$(VERSION)