Skip to content

Commit

Permalink
🪩 main: v1.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sclafus committed May 28, 2023
1 parent 18ffd4f commit a03e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int main(int argc, char **argv) {
app.setOrganizationName("miraya");
app.setOrganizationDomain("github.com/MirayaProject");
app.setApplicationName("bot");
app.setApplicationVersion("1.1.0");
app.setApplicationVersion("1.2.0-alpha.1");
MainWindow mw;
mw.show();
return app.exec();
Expand Down

0 comments on commit a03e691

Please sign in to comment.