diff options
author | saturneric <[email protected]> | 2025-02-04 14:51:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-04 14:51:38 +0000 |
commit | 9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6 (patch) | |
tree | c5d5385b35dd7328356d74066b7e49b507a1c537 | |
parent | feat: call gpgconf using the homedir option (diff) | |
download | Modules-9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6.tar.gz Modules-9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6.zip |
chore: upgrade to v2.1.7
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/m_ver_check/VersionCheckingModule.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0a482f..f9564ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/m_ver_check/VersionCheckingModule.cpp b/src/m_ver_check/VersionCheckingModule.cpp index e672f33..ea70acc 100644 --- a/src/m_ver_check/VersionCheckingModule.cpp +++ b/src/m_ver_check/VersionCheckingModule.cpp @@ -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(); |