diff --git a/CMakeLists.txt b/CMakeLists.txt index a56294f2..d78384fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.16) # PACKAGE_VERSION is used by cpack scripts currently # Both sqlite_orm_VERSION and PACKAGE_VERSION should be the same for now -set(sqlite_orm_VERSION "1.8.0") +set(sqlite_orm_VERSION "1.9.1") set(PACKAGE_VERSION ${sqlite_orm_VERSION}) project("sqlite_orm" VERSION ${PACKAGE_VERSION})