Skip to content

Commit

Permalink
bumping version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tolga Cakir <[email protected]>
  • Loading branch information
tolga9009 committed Sep 8, 2016
1 parent 736c42a commit 6be19c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "process.hpp"

/* constants */
constexpr auto version = "0.3.1";
constexpr auto version = "0.4.0";
constexpr auto wait = 1;

std::atomic<bool> Process::isActive_;
Expand Down

0 comments on commit 6be19c3

Please sign in to comment.