From fbbddd58dd50cd181f2b2caf4d83df5728b3831c Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Fri, 26 Jan 2024 09:28:21 +0100 Subject: [PATCH] chore: update version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d89130..30ca352 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.3.2 +VERSION := v0.3.3 ldflags := $(LDFLAGS) ldflags += -X main.version=$(VERSION)