Skip to content

Commit

Permalink
v0.6.1.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Jul 15, 2022
1 parent 5449f3f commit 63d1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const QString CONNECT_SERVER_KEY("connect_server");

namespace Settings {
namespace Version {
static QString v("0.6.1.0");
static QString v("0.6.1.1");
const QString &string() { return v; }
} // namespace Version

Expand Down

0 comments on commit 63d1de0

Please sign in to comment.