From 9ffa8f00f0e8c14928284cb0c239b489b5abdcfd Mon Sep 17 00:00:00 2001 From: Soma Szelpal Date: Thu, 11 Jan 2024 14:11:42 +0100 Subject: [PATCH] Release v0.3.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 642b050..1ce63fd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = v0.3.3 +VERSION = v0.3.4 release: git tag -a ${VERSION} -m ${VERSION}