Skip to content

Commit

Permalink
Bump version. Yeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jan 29, 2022
1 parent a3fbafe commit 74ae511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int argc, char *argv[])
return 0;
}

QString appVersion("1.2.0-beta1");
QString appVersion("1.2.0");

if (argc>1 && (!strcmp(argv[1],"-v") || !strcmp(argv[1],"--version"))) {
QTextStream cout(stdout, QIODevice::WriteOnly);
Expand Down

0 comments on commit 74ae511

Please sign in to comment.