Skip to content

Commit

Permalink
Changed daemon version to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Sep 23, 2023
1 parent ee01c45 commit 98439a2
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.4");
static const std::string version("bondagit-1.6.5");
static std::atomic<bool> terminate = false;

void termination_handler(int signum) {
Expand Down

1 comment on commit 98439a2

@EmbedDevX
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cp: cannot stat '../daemon/aes67-daemon': No such file or directory

the file stated as aes67-daemon is not present in its directory

Please sign in to comment.