diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index ee24130269..a3e2ea10f4 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1063,7 +1063,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString& return; } - static constexpr std::string_view cur_version = "4.87"; + static constexpr std::string_view cur_version = "4.88"; std::string version_string;