Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Dec 9, 2023
1 parent 5e9c908 commit 4acf089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/AppInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <QtGlobal>

AppInfo::AppInfo(QObject* parent) : QObject{parent} {
version("v1.0.1208-beta");
version("v1.0.1209-beta");
if (QLocale::system().language() == QLocale::Chinese)
lang(new Zh());
else
Expand Down

0 comments on commit 4acf089

Please sign in to comment.