Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Nov 7, 2024
1 parent 3effe0d commit dff2f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Startup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ std::string GetVer() {
return "2.3";
}
std::string GetPatch() {
return ".1";
return ".2";
}

std::string GetEP(const char* P) {
Expand Down

0 comments on commit dff2f27

Please sign in to comment.