We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f77b7 commit 88e6efdCopy full SHA for 88e6efd
CMakeLists.txt
@@ -7,7 +7,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick QuickControls2 Network)
7
find_package(Git QUIET)
8
9
# Read version from git tag if available
10
-set(CONNECTTOOL_VERSION "1.5.4")
+set(CONNECTTOOL_VERSION "1.5.6")
11
if(DEFINED ENV{CONNECTTOOL_VERSION})
12
set(CONNECTTOOL_VERSION "$ENV{CONNECTTOOL_VERSION}")
13
endif()
flake.nix
@@ -60,7 +60,7 @@
60
{
61
default = pkgs.stdenv.mkDerivation rec {
62
pname = "connecttool-qt";
63
- version = "1.5.4";
+ version = "1.5.6";
64
65
# Keep entire working tree (including untracked) so new sources are present.
66
src = ./.;
0 commit comments