Skip to content

Commit 88e6efd

Browse files
committed
chore: Version update
1 parent d2f77b7 commit 88e6efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick QuickControls2 Network)
77
find_package(Git QUIET)
88

99
# Read version from git tag if available
10-
set(CONNECTTOOL_VERSION "1.5.4")
10+
set(CONNECTTOOL_VERSION "1.5.6")
1111
if(DEFINED ENV{CONNECTTOOL_VERSION})
1212
set(CONNECTTOOL_VERSION "$ENV{CONNECTTOOL_VERSION}")
1313
endif()

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{
6161
default = pkgs.stdenv.mkDerivation rec {
6262
pname = "connecttool-qt";
63-
version = "1.5.4";
63+
version = "1.5.6";
6464

6565
# Keep entire working tree (including untracked) so new sources are present.
6666
src = ./.;

0 commit comments

Comments
 (0)