Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni committed Jul 26, 2024
1 parent 4f495cb commit e0a49da
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 @@ -4,7 +4,7 @@
cmake_minimum_required (VERSION 3.23)

set(CMAKE_PROJECT_INCLUDE_BEFORE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/EnableProjectCMP0048.cmake")
project ("QtDuckDBDriver" VERSION 0.2.0)
project ("QtDuckDBDriver" VERSION 0.2.1)

option(QTDUCKDB_BUILD_EXAMPLES OFF)
option(QTDUCKDB_BUILD_TESTS ON)
Expand Down

0 comments on commit e0a49da

Please sign in to comment.