chore: Version bump to 0.7.2

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-10-11 13:47:57 +10:00
parent 9a61cf07a6
commit ded5906f03
2 changed files with 2 additions and 2 deletions

View File

@@ -4749,7 +4749,7 @@ void GMainWindow::MigrateConfigFiles() {
void GMainWindow::UpdateWindowTitle(std::string_view title_name, std::string_view title_version,
std::string_view gpu_vendor) {
const auto window_title = "citron | 0.7.1";
const auto window_title = "citron | 0.7.2";
if (title_name.empty()) {
setWindowTitle(QString::fromStdString(window_title));