Skip to content

Commit

Permalink
Bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed May 3, 2024
1 parent 33a607e commit f406f1f
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 @@ -217,7 +217,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.3.0")
add_definitions(-DKUZU_EXTENSION_VERSION="0.3.1")

include_directories(src/include)

Expand Down

0 comments on commit f406f1f

Please sign in to comment.