1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-06-01 13:46:07 +02:00

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)
ifeq ($(strip $(_git_version)),)
VERSION=0.1.0
VERSION=0.2.0
else
VERSION=$(_git_version)
endif