From 51200a39f7336515bc3b74f6ec4c5d788c15becd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9l=C3=A9my=20von=20Haller?= Date: Wed, 3 Mar 2021 11:18:01 +0100 Subject: [PATCH] v1.11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea09ca10c6..bcb53956fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(AddQCWorkflow) # ---- Project ---- project(QualityControl - VERSION 1.10.0 # TODO update this automatically when there are new releases + VERSION 1.11.0 # TODO update this automatically when there are new releases DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES CXX)