We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13718f8 commit c7d5812Copy full SHA for c7d5812
2 files changed
CMakeLists.txt
@@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
32
endif()
33
34
project(paimon
35
- VERSION 0.1.1
+ VERSION 0.1.2
36
DESCRIPTION "Paimon C++ Project")
37
38
string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE)
docs/source/conf.py
@@ -113,7 +113,7 @@
113
# The master toctree document.
114
master_doc = "index"
115
116
-version = "0.1.1"
+version = "0.1.2"
117
118
html_theme_options = {
119
"show_toc_level": 2,
0 commit comments