Bump version to 0.3.1

This commit is contained in:
Adnan Maolood 2022-06-17 14:54:43 -04:00
parent c31f2da894
commit 34935f7de8

View file

@ -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