Skip to content

Commit

Permalink
Bump up GraphAr version to v0.11.1 (#342)
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <[email protected]>
  • Loading branch information
acezen authored Jan 24, 2024
1 parent 48fb25e commit 106912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()

set(GAR_MAJOR_VERSION 0)
set(GAR_MINOR_VERSION 11)
set(GAR_PATCH_VERSION 0)
set(GAR_PATCH_VERSION 1)
set(GAR_VERSION ${GAR_MAJOR_VERSION}.${GAR_MINOR_VERSION}.${GAR_PATCH_VERSION})
project(graph-archive LANGUAGES C CXX VERSION ${GAR_VERSION})

Expand Down

0 comments on commit 106912d

Please sign in to comment.