~adnano/astronaut

c706a2f83b3f41e73448124953d78ddbac34dd77 — Adnan Maolood 1 year, 9 months ago 37699b7 0.1.0
Makefile: Bump version
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 4,7 4,7 @@

_git_version=$(shell git describe --tags --dirty 2>/dev/null)
ifeq ($(strip $(_git_version)),)
VERSION=0.1.0-rc.2
VERSION=0.1.0
else
VERSION=$(_git_version)
endif