We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeb44e commit 6afdf6fCopy full SHA for 6afdf6f
2 files changed
CMakeLists.txt
@@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
32
endif()
33
34
project(paimon
35
- VERSION 0.2.1
+ VERSION 0.2.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.2.1"
+version = "0.2.2"
117
118
html_theme_options = {
119
"show_toc_level": 2,
0 commit comments