Skip to content

Commit

Permalink
Add patch version to irony-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarcasm committed Apr 21, 2014
1 parent 7e403cc commit 52e8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static void parseCommandLine(const std::vector<std::string> &argv) {
if (arg == "--version") {
// do not change the format for the first line, external programs should
// be able to rely on it
std::cout << "irony-mode version 0.1" << std::endl;
std::cout << "irony-mode version 0.1.0" << std::endl;
exit(0);
}

Expand Down

0 comments on commit 52e8227

Please sign in to comment.