diff --git a/src/crypto.h b/src/crypto.h index 39924f7..a45b57c 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -44,7 +44,7 @@ #define FILE_HEADER_SZ 16 #ifndef CIPHER_VERSION -#define CIPHER_VERSION "2.2.0" +#define CIPHER_VERSION "2.2.1" #endif #ifndef CIPHER diff --git a/test/crypto.test b/test/crypto.test index 90439c6..8a58fe0 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1418,7 +1418,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {2.2.0} +} {2.2.1} db close file delete -force test.db