Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Nov 11, 2020
1 parent b8b6abd commit c1d81b1
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");
const QString CUSTOM_STYLE_KEY("use_custom_style");

namespace Version {
static QString v("0.3.4.1");
static QString v("0.3.4.2");
const QString &string() { return v; }
} // namespace Version

Expand Down

0 comments on commit c1d81b1

Please sign in to comment.