Bump version number mismatch

This commit is contained in:
Harmen Stoppels 2020-07-01 15:47:47 +02:00
parent cdbd8af057
commit b569cc1913
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 23
VERSION_BUILD ?= 0
VERSION_MINOR ?= 24
VERSION_BUILD ?= 1
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_PACKAGE = $(REPOPATH/pkg/version)