Skip to content

Commit

Permalink
modify OSTreeTUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
forgottosave committed Nov 15, 2024
1 parent ad03994 commit 9cf1f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/OSTreeTUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ int OSTreeTUI::showHelp(const std::string& caller, const std::string& errorMessa
int OSTreeTUI::showVersion() {
using namespace ftxui;

auto versionText = text("ostree-tui 0.3.0");
auto versionText = text("ostree-tui 0.3.1");

auto screen = Screen::Create(Dimension::Fit(versionText));
Render(screen, versionText);
Expand Down

0 comments on commit 9cf1f91

Please sign in to comment.