From 251ab5a448019f1e29c6a43f0b5c36b39d09f5ca Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 14 Nov 2024 14:41:09 +0000 Subject: [PATCH] Bump version to v1.27.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7370813..6575325e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 27 -CURRENT_VERSION_BUG = 2 +CURRENT_VERSION_BUG = 3 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)