Skip to content

Commit

Permalink
bsa-cli: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 8, 2021
1 parent fe5bac6 commit 61031e8
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 (2021-11-??)
## Version 0.7.1 (2021-11-08)

__[bugfix]__
The error message that is displayed when no recognized command is given did not
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.0, 2021-11-02\n"
std::cout << "BSA Command Line Tool for Skyrim, version 0.7.1, 2021-11-08\n"
<< "\nLibrary versions:\n"
<< " * lz4: " << MWTP::lz4Version() << "\n"
<< " * zlib: " << MWTP::zlibVersion() << "\n";
Expand Down

0 comments on commit 61031e8

Please sign in to comment.