chore: upgrade to v2.1.7

This commit is contained in:
saturneric 2025-02-04 15:51:38 +01:00
parent 22ba38aac5
commit 9f9a624c0b
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/cmake/FlagsOverrides.cma
# define project
project(GpgFrontendModules
VERSION 2.1.6
VERSION 2.1.7
DESCRIPTION "Modules of GpgFrontend"
HOMEPAGE_URL "https://gpgfrontend.bktus.com"
LANGUAGES CXX)

View File

@ -71,7 +71,7 @@ auto GFActiveModule() -> int {
}
EXECUTE_MODULE() {
FLOG_INFO("version checking module executing, event id: %s",
FLOG_INFO("version checking module executing, event id: %1",
event["event_id"]);
auto* task = new VersionCheckTask();