Skip to content

Commit

Permalink
Bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Oct 24, 2017
1 parent 6727747 commit 220bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <string>
using namespace std;

const string Version::version("0.1.0");
const string Version::version("0.2.0");

string Version::get_version() {
return version;
Expand Down

0 comments on commit 220bd03

Please sign in to comment.