From 4e626c12e3749acbdbf2c0b436bcf724b8b2feac Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Wed, 13 Nov 2024 12:46:18 +0100 Subject: [PATCH] Bump version to v1.27.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd390534..69198f3a 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 26 -CURRENT_VERSION_BUG = 2 +CURRENT_VERSION_MINOR = 27 +CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)