Skip to content

Commit

Permalink
version string
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Dec 10, 2023
1 parent b125907 commit bd2591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Common

const std::string& GetScmRevStr()
{
static const std::string scm_rev_str = "PrimeHack Release [v1.0.6]";
static const std::string scm_rev_str = "PrimeHack Release [v1.0.7]";
return scm_rev_str;
}

Expand Down

0 comments on commit bd2591a

Please sign in to comment.