From 79c830e57eaae2583504e42c1f3a3459155bb7f4 Mon Sep 17 00:00:00 2001 From: Artur Sztuc Date: Fri, 5 Jul 2024 16:00:17 +0200 Subject: [PATCH] Bumping version to v1.1.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0659005..0ffda36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/ cmake_minimum_required(VERSION 3.12) -project(trgtools VERSION 1.1.3) +project(trgtools VERSION 1.1.4) find_package(daq-cmake REQUIRED) find_package(CLI11 REQUIRED)