1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-20 22:36:04 +02:00

Bump version to 0.3.0

This commit is contained in:
Adnan Maolood 2022-05-03 08:14:44 -04:00
parent 3e1683ecfc
commit 10059ad166

View File

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