version string

This commit is contained in:
sirmangler 2023-12-10 19:56:01 +00:00
parent b125907775
commit bd2591a28a

View File

@ -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;
}