From 1fa06936c822aa455b0d3cc79b5dbfac83e9f30f Mon Sep 17 00:00:00 2001 From: knopers8 Date: Mon, 2 Mar 2020 15:40:52 +0100 Subject: [PATCH] v0.22.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38e944d626..600601e0f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(GNUInstallDirs) # ---- Project ---- project(QualityControl - VERSION 0.22.1 # TODO update this automatically when there are new releases + VERSION 0.22.2 # TODO update this automatically when there are new releases DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES CXX)