Skip to content

Commit

Permalink
chore: bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Feb 5, 2023
1 parent 7d90838 commit 7470b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QApplication::setApplicationName("ZJU Connect for Windows");
QApplication::setApplicationVersion("0.11");
QApplication::setApplicationVersion("0.12");

MainWindow mainWindow;
mainWindow.show();
Expand Down

0 comments on commit 7470b1c

Please sign in to comment.