Skip to content

Commit 9e773b3

Browse files
committed
update version
1 parent fa8f589 commit 9e773b3

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.12.0 (2023-10-23)
5+
6+
* Qt 6 compatibility.
7+
48
v. 1.11.1 (2022-01-26)
59

610
* Fix crash due to incorrect use of curl.

src/app.cpp

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

53-
#define VERSION "1.11.1"
53+
#define VERSION "1.12.0"
5454

5555
static void cleanStringList(QStringList *in)
5656
{

0 commit comments

Comments
 (0)