From b569cc1913ccda668b1eb2aba40287b28219551f Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 1 Jul 2020 15:47:47 +0200 Subject: [PATCH] Bump version number mismatch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0966fe693..6aa1f629b 100644 --- a/Makefile +++ b/Makefile @@ -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)