From 05e1f4e5856f3ed3827a7f74909b6adebca824b2 Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Thu, 20 Jun 2024 08:54:12 +0200 Subject: [PATCH] 1.150.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf7567f347..5556eba76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(AddQCWorkflow) # ---- Project ---- project(QualityControl - VERSION 1.149.0 + VERSION 1.150.0 DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES C CXX)