Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Oct 27, 2021
1 parent d89a81c commit 4e7c788
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");
static QString v("0.5.0.1");
const QString &string() { return v; }
} // namespace Version

Expand Down

0 comments on commit 4e7c788

Please sign in to comment.