Skip to content

Commit 94408ce

Browse files
committed
Bump version to 1.0.10
1 parent 9d00910 commit 94408ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

headeronly_src/sqlite3pp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
#ifndef SQLITE3PP_H
2626
#define SQLITE3PP_H
2727

28-
#define SQLITE3PP_VERSION "1.0.8"
28+
#define SQLITE3PP_VERSION "1.0.10"
2929
#define SQLITE3PP_VERSION_MAJOR 1
3030
#define SQLITE3PP_VERSION_MINOR 0
31-
#define SQLITE3PP_VERSION_PATCH 8
31+
#define SQLITE3PP_VERSION_PATCH 10
3232

3333
#include <functional>
3434
#include <iterator>

0 commit comments

Comments
 (0)