Skip to content

Commit

Permalink
Bumped version to 2.3.1 (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed May 23, 2024
1 parent a915428 commit 4383a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4383a90

Please sign in to comment.