Changed daemon version to v1.6.4

This commit is contained in:
Andrea Bondavalli 2023-05-20 09:20:22 +02:00
parent 2d13b632e3
commit 17fb3d6940

View File

@ -39,7 +39,7 @@ namespace po = boost::program_options;
namespace postyle = boost::program_options::command_line_style;
namespace logging = boost::log;
static const std::string version("bondagit-1.6.3");
static const std::string version("bondagit-1.6.4");
static std::atomic<bool> terminate = false;
void termination_handler(int signum) {