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)