From 396648df9b004043dd594b003bdd5bd85d6f2a69 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Tue, 4 Mar 2025 16:49:22 +0100 Subject: [PATCH] Changed daemon version to v2.0.3 --- daemon/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/main.cpp b/daemon/main.cpp index bfaec6b..429f55c 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp @@ -43,7 +43,7 @@ namespace po = boost::program_options; namespace postyle = boost::program_options::command_line_style; namespace logging = boost::log; -static const std::string version("bondagit-2.0.2"); +static const std::string version("bondagit-2.0.3"); static std::atomic terminate = false; void termination_handler(int signum) {