Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
retraigo committed Sep 5, 2024
1 parent c1a928a commit 4d5b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/backends/cpu/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const options: FetchOptions = {
name: "netsaur",
url: new URL(import.meta.url).protocol !== "file:"
? new URL(
"https://github.com/denosaurs/netsaur/releases/download/0.3.2-patch/",
"https://github.com/denosaurs/netsaur/releases/download/0.4.0/",
import.meta.url,
)
: "./target/release/",
Expand Down

0 comments on commit 4d5b331

Please sign in to comment.