Skip to content

Commit

Permalink
* Change version number to V1.05.
Browse files Browse the repository at this point in the history
  • Loading branch information
iProgramMC committed Jun 10, 2024
1 parent 7e308b1 commit 09d3ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/discord/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,12 @@ float CompareFuzzy(const std::string& item, const char* query)

float GetAppVersion()
{
return 1.04f;
return 1.05f;
}

std::string GetAppVersionString()
{
return "V1.04";
return "V1.05";
}

std::string FormatDuration(int seconds)
Expand Down

0 comments on commit 09d3ddf

Please sign in to comment.