From c8fd7709be1640c48249557fb5b8d8b1793d8ec0 Mon Sep 17 00:00:00 2001 From: Soma Szelpal Date: Thu, 11 Jan 2024 16:06:29 +0100 Subject: [PATCH] Release v0.3.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ce63fd..7504cc9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = v0.3.4 +VERSION = v0.3.5 release: git tag -a ${VERSION} -m ${VERSION}