From 2132b5d0a303405f37ba6b7a7916072aa8f8de36 Mon Sep 17 00:00:00 2001 From: Adam Wegrzynek Date: Fri, 22 Dec 2023 10:05:20 +0100 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6479c05e..52593e74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() # Define project project(Monitoring - VERSION 3.18.1 + VERSION 3.18.2 DESCRIPTION "O2 Monitoring library" LANGUAGES CXX )