We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2530b00 commit a7bf233Copy full SHA for a7bf233
.DS_Store
6 KB
src/ffi.ts
@@ -1,6 +1,6 @@
1
import { CachePolicy, download, join, prepare } from "../deps.ts";
2
3
-const version = "0.7.0-pre.3";
+const version = "0.7.0";
4
const policy = Deno.env.get("PLUGIN_URL") === undefined
5
? CachePolicy.STORE
6
: CachePolicy.NONE;
0 commit comments