Skip to content

Commit 4158bb8

Browse files
authored
Bump up GraphAr version to v0.11.2 (#371)
1 parent ceb4972 commit 4158bb8

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 1)
32+
set(GAR_PATCH_VERSION 2)
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)