Skip to content

Commit a7bf233

Browse files
committed
0.7.0
1 parent 2530b00 commit a7bf233

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

src/ffi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CachePolicy, download, join, prepare } from "../deps.ts";
22

3-
const version = "0.7.0-pre.3";
3+
const version = "0.7.0";
44
const policy = Deno.env.get("PLUGIN_URL") === undefined
55
? CachePolicy.STORE
66
: CachePolicy.NONE;

0 commit comments

Comments
 (0)