Increment version

This commit is contained in:
vit9696 2018-05-08 19:35:14 +03:00
parent 4ab4393632
commit fc2cd74755
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ int main(int argc, char *argv[])
return (uefidumper.dump(buffer, UString(argv[1])) != U_SUCCESS);
}
std::cout << "UEFIDump 0.1.8" << std::endl << std::endl
std::cout << "UEFIDump 0.1.9" << std::endl << std::endl
<< "Usage: UEFIDump imagefile" << std::endl;
return 0;
}