Skip to content

Commit c5f8c43

Browse files
committed
Bump up GraphAr version to v0.11.0
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
1 parent 4ba7df3 commit c5f8c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
2828
endif()
2929

3030
set(GAR_MAJOR_VERSION 0)
31-
set(GAR_MINOR_VERSION 9)
31+
set(GAR_MINOR_VERSION 11)
3232
set(GAR_PATCH_VERSION 0)
3333
set(GAR_VERSION ${GAR_MAJOR_VERSION}.${GAR_MINOR_VERSION}.${GAR_PATCH_VERSION})
3434
project(graph-archive LANGUAGES C CXX VERSION ${GAR_VERSION})

0 commit comments

Comments
 (0)