From 4fa9463064601f3d86ff11a63c37ec3f489718c2 Mon Sep 17 00:00:00 2001 From: lzydmxy <13126752315@163.com> Date: Wed, 3 Jul 2024 18:32:46 +0800 Subject: [PATCH] Update version to 2.1.1 --- src/Service/SessionManager.h | 2 +- version.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Service/SessionManager.h b/src/Service/SessionManager.h index 60773b8897..c193cac606 100644 --- a/src/Service/SessionManager.h +++ b/src/Service/SessionManager.h @@ -24,7 +24,7 @@ class SessionManager using SessionIDs = std::vector; explicit SessionManager(int64_t dead_session_check_period_ms) - : session_expiry_queue(dead_session_check_period_ms), log(&Poco::Logger::get("WatchManager")) + : session_expiry_queue(dead_session_check_period_ms), log(&Poco::Logger::get("SessionManager")) { } diff --git a/version.txt b/version.txt index 4333dd124c..c7f45068ca 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,6 @@ # You can modify this file to change version SET(VERSION_MAJOR 2) SET(VERSION_MINOR 1) -SET(VERSION_PATCH 0) -SET(VERSION_STRING v2.1.0) +SET(VERSION_PATCH 1) +SET(VERSION_STRING v2.1.1) # end of version