SQLite 3.50.1.

This commit is contained in:
Nuno Cruces
2025-06-08 00:35:21 +01:00
parent 24ad4445f1
commit 69a2881a10
21 changed files with 58 additions and 57 deletions

View File

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