From da5fa7ec0d65e6cdcd6211c6b4dc87c467eef354 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 30 Sep 2024 18:45:16 +0100 Subject: [PATCH] [Minor] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8028e170e0..3d384fa1b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 10) +SET(RSPAMD_VERSION_MINOR 11) SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time -- 2.47.3