Skip to content

Commit

Permalink
bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Apr 15, 2024
1 parent 5f9231c commit cb13c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ add_subdirectory(third_party)
if(${BUILD_KUZU})
add_definitions(-DKUZU_ROOT_DIRECTORY="${PROJECT_SOURCE_DIR}")
add_definitions(-DKUZU_CMAKE_VERSION="${CMAKE_PROJECT_VERSION}")
add_definitions(-DKUZU_EXTENSION_VERSION="0.2.5")
add_definitions(-DKUZU_EXTENSION_VERSION="0.2.6")

include_directories(src/include)

Expand Down

0 comments on commit cb13c5b

Please sign in to comment.