mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
Bump version to 0.3.1
This commit is contained in:
parent
7fb173213e
commit
315ff5eaac
2
Makefile
2
Makefile
|
@ -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.3.0
|
VERSION=0.3.1
|
||||||
else
|
else
|
||||||
VERSION=$(_git_version)
|
VERSION=$(_git_version)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue