Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Sep 24, 2022
1 parent ce6ffba commit d5c97a4
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.2.0");
static QString v("0.6.3.0");
const QString &string() { return v; }
} // namespace Version

Expand Down

0 comments on commit d5c97a4

Please sign in to comment.