Skip to content

Commit b0061d6

Browse files
committed
update version
1 parent 9189cdd commit b0061d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Zurl Changelog
22
==============
33

4+
v. 1.11.1 (2022-01-26)
5+
6+
* Fix crash due to incorrect use of curl.
7+
48
v. 1.11.0 (2019-07-03)
59

610
* Add --loglevel option.

src/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#include "log.h"
5252
#include "worker.h"
5353

54-
#define VERSION "1.11.0"
54+
#define VERSION "1.11.1"
5555

5656
static void cleanStringList(QStringList *in)
5757
{

0 commit comments

Comments
 (0)