diff --git a/Makefile b/Makefile index cff1595d..1d6d420f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause -VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.13.0-unknown) +VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.14.0-alpha-unknown) WADS=wads ASCIIDOC=asciidoc ADOCOPTS=--backend=html5 --conf-file=.adoc-layout.conf