rpcs3_version: Bump to 0.0.30

This commit is contained in:
Ani 2023-12-31 19:44:02 +00:00
parent 9fe640b187
commit e707ff530d

View file

@ -28,7 +28,7 @@ namespace rpcs3
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
const utils::version& get_version()
{
static constexpr utils::version version{ 0, 0, 29, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 30, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}