Skip to content

Commit 33558d1

Browse files
committed
rpcs3_version: Bump to 0.0.28
1 parent c37fc73 commit 33558d1

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, 27, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
31+
static constexpr utils::version version{ 0, 0, 28, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
3232
return version;
3333
}
3434

0 commit comments

Comments
 (0)