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 4b88da2 commit 6198159
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 @@ -197,7 +197,7 @@ endif ()
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)
include_directories(third_party/antlr4_cypher/include)
Expand Down

0 comments on commit 6198159

Please sign in to comment.