diff --git a/pcsx2/ImGui/FullscreenUI.cpp b/pcsx2/ImGui/FullscreenUI.cpp index 39290446312a2..b07b0ed847d01 100644 --- a/pcsx2/ImGui/FullscreenUI.cpp +++ b/pcsx2/ImGui/FullscreenUI.cpp @@ -1261,7 +1261,7 @@ void FullscreenUI::DrawLandingWindow() { ImVec2 menu_pos, menu_size; DrawLandingTemplate(&menu_pos, &menu_size); - const char version_txt[] = "v2.0.7"; + const char version_txt[] = "v2.0.8"; ImGui::PushStyleColor(ImGuiCol_Text, UIBackgroundTextColor); if (BeginHorizontalMenu("landing_window", menu_pos, menu_size, 4))