Skip to content

Commit 1e7d4eb

Browse files
committed
Changed daemon version to v2.1.1
1 parent 3e72c77 commit 1e7d4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daemon/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace po = boost::program_options;
4343
namespace postyle = boost::program_options::command_line_style;
4444
namespace logging = boost::log;
4545

46-
static const std::string version("bondagit-2.1.0");
46+
static const std::string version("bondagit-2.1.1");
4747
static std::atomic<bool> terminate = false;
4848

4949
void termination_handler(int signum) {

0 commit comments

Comments
 (0)