We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9189cdd commit b0061d6Copy full SHA for b0061d6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Zurl Changelog
2
==============
3
4
+v. 1.11.1 (2022-01-26)
5
+
6
+ * Fix crash due to incorrect use of curl.
7
8
v. 1.11.0 (2019-07-03)
9
10
* Add --loglevel option.
src/app.cpp
@@ -51,7 +51,7 @@
51
#include "log.h"
52
#include "worker.h"
53
54
-#define VERSION "1.11.0"
+#define VERSION "1.11.1"
55
56
static void cleanStringList(QStringList *in)
57
{
0 commit comments