Skip to content

Commit

Permalink
bsa-cli: bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 12, 2022
1 parent 402196a commit b4cc13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sr/bsa_cli/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sr/bsa_cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b4cc13b

Please sign in to comment.