Skip to content

Commit

Permalink
fix: sqlite 3.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jan 30, 2024
1 parent 2e2cf2e commit 6fb55e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import fetch from "#core/fetch";
import path from "node:path";

const USE_LATEST_SQLITE = true,
SQLITE_VERSION = "3.44.2",
SQLITE_VERSION = "3.45.1",
SQLITE_YEAR = 2023,
SQLITE_PRODUCT_VERSION =
SQLITE_VERSION.split( "." )
Expand Down

0 comments on commit 6fb55e1

Please sign in to comment.