diff --git a/sr/bsa_cli/changelog.md b/sr/bsa_cli/changelog.md index 7b3a2b2d..f60fc578 100644 --- a/sr/bsa_cli/changelog.md +++ b/sr/bsa_cli/changelog.md @@ -1,6 +1,6 @@ # Version history of bsa-cli -## Next version (2022-07-??) +## Version 0.8.0 (2022-07-12) __[feature]__ The new `file-metadata` command to show metadata of the files in a BSA file is diff --git a/sr/bsa_cli/main.cpp b/sr/bsa_cli/main.cpp index fcdd969c..2573bddf 100644 --- a/sr/bsa_cli/main.cpp +++ b/sr/bsa_cli/main.cpp @@ -31,7 +31,7 @@ void showVersion() { - std::cout << "BSA Command Line Tool for Skyrim, version 0.7.2, 2022-06-19\n" + std::cout << "BSA Command Line Tool for Skyrim, version 0.8.0, 2022-07-12\n" << "\nLibrary versions:\n" << " * lz4: " << MWTP::lz4Version() << "\n" << " * zlib: " << MWTP::zlibVersion() << "\n";