From 4383a90292d60c9f114b34d1a73bb8bbff6430c8 Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Thu, 23 May 2024 16:20:59 +0700 Subject: [PATCH] Bumped version to 2.3.1 (dev) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ec8f809..3816109d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set ( _CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} ) # IMPORTANT: the below version should be in format x.y.z. # NOTE, if "z" is even the CI will release the package. It should be made odd if the version is still under development. -project ( columnar VERSION 2.2.5 ) +project ( columnar VERSION 2.3.1 ) # sometimes CMAKE_BUILD_TYPE became set after PROJECT statement, undo it. if (NOT _CMAKE_BUILD_TYPE AND CMAKE_BUILD_TYPE)