Skip to content

Commit

Permalink
bsa-cli: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 1, 2023
1 parent 84bdf69 commit e3fa256
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 (2023-01-??)
## Version 0.11.0 (2023-02-01)

__[breaking change]__ + __[feature]__
The output generated by the `file-metadata` command does now contain information
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.11.0-pre, 2023-01-30\n"
std::cout << "BSA Command Line Tool for Skyrim, version 0.11.0, 2023-02-01\n"
<< "\nLibrary versions:\n"
<< " * lz4: " << MWTP::lz4Version() << "\n"
<< " * zlib: " << MWTP::zlibVersion() << "\n";
Expand Down

0 comments on commit e3fa256

Please sign in to comment.