fix missing version bump to 0.12.0 in Makefile

This commit is contained in:
Sascha Askani 2019-09-18 15:29:48 +02:00 committed by Sascha Askani
parent e048b87222
commit 7154d2e66b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 11
VERSION_MINOR ?= 12
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)