Skip to content

Commit

Permalink
Forgot to increase the version number in Uno.cpp [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 4, 2024
1 parent 24cfdf4 commit 60c18fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno/Uno.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace uno {
}

std::string Uno::current_version() {
return "1.1.0";
return "1.2.0";
}

void Uno::print_available_strategies() {
Expand Down

0 comments on commit 60c18fc

Please sign in to comment.