Skip to content

Commit

Permalink
* Upgrade version to V1.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
iProgramMC committed May 19, 2024
1 parent 1b72855 commit 332f56c
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 @@ -443,12 +443,12 @@ float CompareFuzzy(const std::string& item, const char* query)

float GetAppVersion()
{
return 1.01f;
return 1.02f;
}

std::string GetAppVersionString()
{
return "V1.01";
return "V1.02";
}

#ifdef USE_DEBUG_PRINTS
Expand Down

0 comments on commit 332f56c

Please sign in to comment.