Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Dec 26, 2021
1 parent 6a88e43 commit d3d5df1
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.5.0.1");
static QString v("0.5.0.3");
const QString &string() { return v; }
} // namespace Version

Expand Down

0 comments on commit d3d5df1

Please sign in to comment.