Skip to content

Commit

Permalink
bumo to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Sep 28, 2024
1 parent 890259a commit fbc4816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
using namespace Etherwall;

// ew-node version check
#if EW_NODE_VERSION != 1000008
#if EW_NODE_VERSION != 1000009
#error "ew-node version mismatch, update git submodules"
#endif

Expand All @@ -64,7 +64,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("Etherdyne");
QCoreApplication::setOrganizationDomain("etherwall.com");
QCoreApplication::setApplicationName("Etherwall");
QCoreApplication::setApplicationVersion("3.0.5");
QCoreApplication::setApplicationVersion("3.0.6");
app.setWindowIcon(QIcon(QPixmap(":/images/icon")));

QTranslator translator;
Expand Down

0 comments on commit fbc4816

Please sign in to comment.