Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jun 25, 2022
1 parent f7e907b commit 9f50ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CachePolicy, download, join, prepare } from "../deps.ts";

const version = "0.7.0";
const version = "0.7.2";
const policy = Deno.env.get("PLUGIN_URL") === undefined
? CachePolicy.STORE
: CachePolicy.NONE;
Expand Down

0 comments on commit 9f50ee1

Please sign in to comment.