From ed4a99c218410a4552180ec5d294fb62438a5138 Mon Sep 17 00:00:00 2001 From: Barthelemy Date: Thu, 17 Dec 2020 11:31:18 +0100 Subject: [PATCH] v1.7.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e17cf2ed8..d52c92672f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(AddQCWorkflow) # ---- Project ---- project(QualityControl - VERSION 1.7.0 # TODO update this automatically when there are new releases + VERSION 1.7.1 # TODO update this automatically when there are new releases DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES CXX)