Changed daemon version to v1.6.1

This commit is contained in:
Andrea Bondavalli 2023-01-15 14:21:06 +01:00
parent 148b717c02
commit f89d8a9693

View File

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