Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjabear committed Mar 12, 2017
1 parent b546cac commit 6e06898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace std;
const int PROC_SUCCESS = 0;
const int PROC_OTHER_ERROR = 1;

static const std::string VERSION("0.1.0");
static const std::string VERSION("0.2.0");

enum Mode {
memory,
Expand Down

0 comments on commit 6e06898

Please sign in to comment.