Skip to content

Commit

Permalink
Bump version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Sep 3, 2022
1 parent 63f4fae commit 8ba85cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DesktopPlusUI/WindowSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ void WindowSettings::UpdateCatMisc()
ImGui::Columns(2, "ColumnVersionInfo", false);
ImGui::SetColumnWidth(0, column_width_0 * 2.0f);

ImGui::Text("Desktop+ Version 2.6.3 Beta");
ImGui::Text("Desktop+ Version 2.7");

ImGui::Columns(1);
}
Expand Down

0 comments on commit 8ba85cf

Please sign in to comment.