diff --git a/src/crypto.h b/src/crypto.h index b77fb80..c0e07ae 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -38,7 +38,7 @@ #define FILE_HEADER_SZ 16 #ifndef CIPHER_VERSION -#define CIPHER_VERSION "2.0.5" +#define CIPHER_VERSION "2.0.6" #endif #ifndef CIPHER diff --git a/test/crypto.test b/test/crypto.test index 8edae7c..5fb11f2 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1394,7 +1394,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {2.0.5} +} {2.0.6} db close file delete -force test.db