From 28dbc02f418a6d30deb64cece8f3b0b3bbd1831d Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 29 Feb 2024 16:03:41 +0000 Subject: [PATCH] Bump version to v1.11.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84e0db95..b0776f47 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 10 +CURRENT_VERSION_MINOR = 11 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)