Bump version to 0.2.0

This commit is contained in:
adnano 2021-05-21 17:34:28 -04:00
parent 81f36593e8
commit bc7174e9e7

View file

@ -4,7 +4,7 @@
_git_version=$(shell git describe --tags --dirty 2>/dev/null) _git_version=$(shell git describe --tags --dirty 2>/dev/null)
ifeq ($(strip $(_git_version)),) ifeq ($(strip $(_git_version)),)
VERSION=0.1.0 VERSION=0.2.0
else else
VERSION=$(_git_version) VERSION=$(_git_version)
endif endif