Skip to content

Commit c7d5812

Browse files
authored
chore: bump version to 0.1.2 (#228)
1 parent 13718f8 commit c7d5812

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
3232
endif()
3333

3434
project(paimon
35-
VERSION 0.1.1
35+
VERSION 0.1.2
3636
DESCRIPTION "Paimon C++ Project")
3737

3838
string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# The master toctree document.
114114
master_doc = "index"
115115

116-
version = "0.1.1"
116+
version = "0.1.2"
117117

118118
html_theme_options = {
119119
"show_toc_level": 2,

0 commit comments

Comments
 (0)