Skip to content

Commit 74ae511

Browse files
committed
Bump version. Yeeee
1 parent a3fbafe commit 74ae511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
6161
return 0;
6262
}
6363

64-
QString appVersion("1.2.0-beta1");
64+
QString appVersion("1.2.0");
6565

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

0 commit comments

Comments
 (0)