From 2c3b48fe344f48986e2612ef0cbdfb98f7a24e3d Mon Sep 17 00:00:00 2001 From: PBeGood4 Date: Mon, 25 Dec 2023 16:20:50 +0000 Subject: [PATCH] v1.3.1 --- dsda-launcher/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsda-launcher/mainwindow.h b/dsda-launcher/mainwindow.h index c83f3b6..412d357 100755 --- a/dsda-launcher/mainwindow.h +++ b/dsda-launcher/mainwindow.h @@ -46,7 +46,7 @@ #include #include "endoom.h" -const QString version = "v1.3"; +const QString version = "v1.3.1"; QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; }