We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425c6b commit f406ba1Copy full SHA for f406ba1
src/main.cpp
@@ -7,7 +7,7 @@ int main(int argc, char **argv) {
7
app.setOrganizationName("miraya");
8
app.setOrganizationDomain("github.com/MirayaProject");
9
app.setApplicationName("bot");
10
- app.setApplicationVersion("1.2.0-alpha.1");
+ app.setApplicationVersion("1.2.0-alpha.2");
11
MainWindow mw;
12
mw.show();
13
return app.exec();
0 commit comments