Skip to content

Commit 5f1a2ce

Browse files
authored
Merge pull request #1394 from fnc12/set-v1.9.1
Bumped library version to 1.9.1
2 parents 02bf03d + ab2dfe1 commit 5f1a2ce

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
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.16)
55
# PACKAGE_VERSION is used by cpack scripts currently
66
# Both sqlite_orm_VERSION and PACKAGE_VERSION should be the same for now
77

8-
set(sqlite_orm_VERSION "1.8.0")
8+
set(sqlite_orm_VERSION "1.9.1")
99
set(PACKAGE_VERSION ${sqlite_orm_VERSION})
1010

1111
project("sqlite_orm" VERSION ${PACKAGE_VERSION})

0 commit comments

Comments
 (0)