Skip to content

Commit d6a530d

Browse files
authored
Bump up GraphAr version to v0.11.4 (#417)
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
1 parent 6e77ed7 commit d6a530d

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
@@ -29,7 +29,7 @@ endif()
2929

3030
set(GAR_MAJOR_VERSION 0)
3131
set(GAR_MINOR_VERSION 11)
32-
set(GAR_PATCH_VERSION 3)
32+
set(GAR_PATCH_VERSION 4)
3333
set(GAR_VERSION ${GAR_MAJOR_VERSION}.${GAR_MINOR_VERSION}.${GAR_PATCH_VERSION})
3434
project(graph-archive LANGUAGES C CXX VERSION ${GAR_VERSION})
3535

0 commit comments

Comments
 (0)