Skip to content

Commit 9964f7f

Browse files
committed
Version number correction
1 parent 0b3f4df commit 9964f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows_memory_extractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct ArgumentManager {
3030
void validateArguments(int argc, char* argv[]) {
3131

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

3636
description.add_options()

0 commit comments

Comments
 (0)