Skip to content

Commit 6afdf6f

Browse files
authored
chore: update version 0.2.2 (#419)
1 parent efeb44e commit 6afdf6f

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.2.1
35+
VERSION 0.2.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.2.1"
116+
version = "0.2.2"
117117

118118
html_theme_options = {
119119
"show_toc_level": 2,

0 commit comments

Comments
 (0)