Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed May 27, 2022
1 parent 5f9a375 commit 0c410b4
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 Pre-Release [v1.0.6]";
static const std::string scm_rev_str = "PrimeHack Release [v1.0.6]";
return scm_rev_str;
}

Expand Down

0 comments on commit 0c410b4

Please sign in to comment.