chore: bump version to 0.9.0

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-10-28 19:22:04 +10:00
parent a060879519
commit e0d2ab3abb
2 changed files with 3 additions and 2 deletions

View File

@@ -5257,7 +5257,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.8.0";
const auto window_title = "citron | 0.9.0";
if (title_name.empty()) {
setWindowTitle(QString::fromStdString(window_title));