This commit is contained in:
zhuzihcu
2023-04-27 10:12:53 +08:00
parent c15470f723
commit 430fac2f77
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
AppInfo::AppInfo(QObject *parent)
: QObject{parent}
{
version("1.2.7");
version("1.2.8");
lang(new En());
}