From 1605b0ae208a185c82b793704c500108b7cfb346 Mon Sep 17 00:00:00 2001 From: Curve Date: Thu, 12 Oct 2023 09:09:38 +0200 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 962f19e..545ec7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(channel LANGUAGES CXX VERSION 2.1) +project(channel LANGUAGES CXX VERSION 2.2) # -------------------------------------------------------------------------------------------------------- # Library options