Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 authored May 4, 2023
1 parent f9f102c commit 0d1765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend_cpu/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const options: FetchOptions = {
name: "netsaur",
url: new URL(import.meta.url).protocol !== "file:"
? new URL(
"https://github.com/denosaurs/netsaur/releases/download/0.2.2/",
"https://github.com/denosaurs/netsaur/releases/download/0.2.3/",
import.meta.url,
)
: "./target/release/",
Expand Down

0 comments on commit 0d1765b

Please sign in to comment.