Skip to content

Commit

Permalink
Changing v from 0.0.7 to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fairhurst committed Feb 2, 2015
1 parent 57044ef commit 86bdb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/wake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int main(int argc, char** argv) {
Options* options = optionsparser.parse(argc, argv);
if(options->showVersion) {
printf("[ Wake ---- std compiler ]\n");
printf("[ v0.0.7 Michael Fairhurst ]\n");
printf("[ v0.1.0 Michael Fairhurst ]\n");
exit(0);
}

Expand Down

0 comments on commit 86bdb83

Please sign in to comment.