Release version 0.7.0
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
c605ada3dd
commit
4d7d01b3f0
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.6.0
|
||||
VERSION=0.7.0
|
||||
else
|
||||
VERSION=$(_git_version)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue