Skip to content

Commit f406ba1

Browse files
committed
🪩 main: v1.2.0-alpha.2
1 parent 4425c6b commit f406ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ int main(int argc, char **argv) {
77
app.setOrganizationName("miraya");
88
app.setOrganizationDomain("github.com/MirayaProject");
99
app.setApplicationName("bot");
10-
app.setApplicationVersion("1.2.0-alpha.1");
10+
app.setApplicationVersion("1.2.0-alpha.2");
1111
MainWindow mw;
1212
mw.show();
1313
return app.exec();

0 commit comments

Comments
 (0)