This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push: new b0b5be7 chore: update project version in CmakeLists (#224) b0b5be7 is described below commit b0b5be73e1c055380916e56185c808f2dbb2a8b8 Author: Li Feiyang <lifeiy...@zju.edu.cn> AuthorDate: Tue Sep 16 02:41:19 2025 +0800 chore: update project version in CmakeLists (#224) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f053d6b..f5f7643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ endif() list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules") project(Iceberg - VERSION 0.1.0 + VERSION 0.2.0 DESCRIPTION "Iceberg C++ Project" LANGUAGES CXX)