Skip to content

Commit 75e69c4

Browse files
author
Marcus Pousette
committed
fix: version ref
1 parent fe1231d commit 75e69c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-prebuilt.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function main() {
9191
const sumDest = `${dest}.sha256`;
9292

9393
console.log(`[sqlite3-vec] Fetching prebuilt: ${asset}`);
94-
console.log(`[sqlite3-vec] Version: ${version}`);
94+
console.log(`[sqlite3-vec] Version: ${pkg.version}`);
9595
let lastErr;
9696
for (const repo of candidates) {
9797
console.log(`[sqlite3-vec] Trying repo: ${repo}`);

0 commit comments

Comments
 (0)