Skip to content

Commit

Permalink
Changed daemon version to v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Jan 21, 2024
1 parent 2cad593 commit 58d97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.5");
static const std::string version("bondagit-1.6.6");
static std::atomic<bool> terminate = false;

void termination_handler(int signum) {
Expand Down

0 comments on commit 58d97c9

Please sign in to comment.