Skip to content

Commit 8b658d6

Browse files
Bump sqlgen version to 0.5.0 (#98)
1 parent e85f262 commit 8b658d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (SQLGEN_USE_VCPKG)
5151
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
5252
endif ()
5353

54-
project(sqlgen VERSION 0.4.0 LANGUAGES CXX)
54+
project(sqlgen VERSION 0.5.0 LANGUAGES CXX)
5555

5656
if (SQLGEN_BUILD_SHARED)
5757
add_library(sqlgen SHARED)

0 commit comments

Comments
 (0)