Skip to content

Commit

Permalink
version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Feb 19, 2019
1 parent e818a27 commit c0ca5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monaa/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char *argv[])
return 0;
}
if (vm.count("version")) {
std::cout << "MONAA (a MONitoring tool Acceralated by Automata) 0.3.0\n"
std::cout << "MONAA (a MONitoring tool Acceralated by Automata) 0.4.0\n"
<< visible << std::endl;
return 0;
}
Expand Down

0 comments on commit c0ca5a0

Please sign in to comment.