Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Sep 6, 2018
1 parent d9ea784 commit 4040598
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 @@ -85,7 +85,7 @@ bool chose_opts = false;
string target_maps = "";
bool map_not_found = false;

string version_string = "resguy v8 (September 2018)";
string version_string = "resguy v9 (September 2018)";
string resguy_header = "// Created with " + version_string + "\n// https://github.com/wootguy/resguy\n\n";

bool stringCompare( const string &left, const string &right )
Expand Down

0 comments on commit 4040598

Please sign in to comment.