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

@@ -9,7 +9,7 @@
AboutDialog::AboutDialog(QWidget* parent)
: QDialog(parent), ui{std::make_unique<Ui::AboutDialog>()} {
const auto citron_build_version = "citron | 0.7.1";
const auto citron_build_version = "citron | 0.7.2";
ui->setupUi(this);
// Try and request the icon from Qt theme (Linux?)