Skip to content

Commit ef8afa7

Browse files
committed
rpcs3_version: Bump to 0.0.31
1 parent df4fc94 commit ef8afa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/rpcs3_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace rpcs3
2828
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
2929
const utils::version& get_version()
3030
{
31-
static constexpr utils::version version{ 0, 0, 30, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
31+
static constexpr utils::version version{ 0, 0, 31, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
3232
return version;
3333
}
3434

0 commit comments

Comments
 (0)