SQLite 3.47.1.

This commit is contained in:
Nuno Cruces
2024-11-26 11:39:31 +00:00
parent 6ca92b035d
commit cf14f190b2
22 changed files with 56 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ func Test_init(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if version != "3.47.0" {
if version != "3.47.1" {
t.Error(version)
}
}