Skip to content

Commit

Permalink
Version number correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofdez26 committed May 1, 2021
1 parent 0b3f4df commit 9964f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_memory_extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct ArgumentManager {
void validateArguments(int argc, char* argv[]) {

namespace po = boost::program_options;
std::string version = "v1.0";
std::string version = "v1.0.0";
po::options_description description("Windows memory extractor " + version + "\nUsage");

description.add_options()
Expand Down

0 comments on commit 9964f7f

Please sign in to comment.