Skip to content

Commit 6dbdd46

Browse files
committed
bump to 2.0.6
1 parent 06429ca commit 6dbdd46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define FILE_HEADER_SZ 16
3939

4040
#ifndef CIPHER_VERSION
41-
#define CIPHER_VERSION "2.0.5"
41+
#define CIPHER_VERSION "2.0.6"
4242
#endif
4343

4444
#ifndef CIPHER

test/crypto.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ do_test verify-pragma-cipher-version {
13941394
execsql {
13951395
PRAGMA cipher_version;
13961396
}
1397-
} {2.0.5}
1397+
} {2.0.6}
13981398
db close
13991399
file delete -force test.db
14001400

0 commit comments

Comments
 (0)