From 1831a717623414fc3ccd0d1a9e3eb291e406e6d4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 18 Sep 2025 09:59:52 +0100 Subject: [PATCH] [Minor] Update version of rspamd to 3.13.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8e9ffea9f..2336f136be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # Define version variables set(RSPAMD_VERSION_MAJOR 3) set(RSPAMD_VERSION_MINOR 13) -set(RSPAMD_VERSION_PATCH 0) +set(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.47.3