Release version 0.7.1
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
899d1cca3c
commit
f81d8871c7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue