Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Sep 9, 2023
1 parent 7bc85d5 commit 424e913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#include "budget_exception.hpp"

std::string budget::get_version(){
return "budgetwarrior 1.1.0";
return "budgetwarrior 1.1.1";
}

std::string budget::get_version_short(){
return "1.1.0";
return "1.1.1";
}

void budget::version_module::handle(const std::vector<std::string>& args){
Expand Down

0 comments on commit 424e913

Please sign in to comment.