We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96170b + cfc972e commit b1c3dc0Copy full SHA for b1c3dc0
1 file changed
packages/test-cases/index.ts
@@ -26,7 +26,7 @@ export async function fetchWrappers(): Promise<void> {
26
zip.extractAllTo(destination, /*overwrite*/ true);
27
}
28
29
- const tag = "0.0.1-pre.7"
+ const tag = "0.0.1-pre.9"
30
const repoName = "wasm-test-harness"
31
const url = `https://github.com/polywrap/${repoName}/releases/download/${tag}/wrappers`;
32
0 commit comments