diff --git a/src/ffi.ts b/src/ffi.ts index 3a734d7..92dd1bf 100644 --- a/src/ffi.ts +++ b/src/ffi.ts @@ -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;