Skip to content

Commit

Permalink
Update version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzydmxy authored and JackyWoo committed Jul 3, 2024
1 parent 5c044a6 commit 4fa9463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Service/SessionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SessionManager
using SessionIDs = std::vector<int64_t>;

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"))
{
}

Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4fa9463

Please sign in to comment.