Skip to content

Commit 4eabdc5

Browse files
committed
chore: bump version of wrap-test-harness
1 parent 62affb7 commit 4eabdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-cases/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function fetchWrappers(): Promise<void> {
2222
zip.extractAllTo(destination, /*overwrite*/ true);
2323
}
2424

25-
const tag = "0.1.1"
25+
const tag = "0.2.0"
2626
const repoName = "wasm-test-harness"
2727
const url = `https://github.com/polywrap/${repoName}/releases/download/${tag}/wrappers`;
2828

0 commit comments

Comments
 (0)