Release version 0.7.1

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-01-15 12:14:32 +01:00
parent 899d1cca3c
commit f81d8871c7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
_git_version=$(shell git describe --long --tags --dirty 2>/dev/null | sed 's/-/.r/;s/-/./')
ifeq ($(strip $(_git_version)),)
VERSION=0.7.0
VERSION=0.7.1
else
VERSION=$(_git_version)
endif