From 34935f7de85fa7f66602f47d5b3fbe47b1f19878 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Fri, 17 Jun 2022 14:54:43 -0400 Subject: [PATCH] Bump version to 0.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1309bd3..12db605 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ _git_version=$(shell git describe --tags --dirty 2>/dev/null) ifeq ($(strip $(_git_version)),) -VERSION=0.3.0 +VERSION=0.3.1 else VERSION=$(_git_version) endif