mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
SQLite 3.49.0.
This commit is contained in:
@@ -19,7 +19,7 @@ func Test_init(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if version != "3.48.0" {
|
||||
if version != "3.49.0" {
|
||||
t.Error(version)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user