Skip to content

Commit cc4d509

Browse files
Bump WASM version
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent e2cec04 commit cc4d509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/providers/go-feature-flag/scripts/copy-latest-wasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { execSync } = require('child_process');
88
* Script to copy the go-feature-flag WASM evaluation module
99
* This replaces the hardcoded version approach with a configurable one
1010
*/
11-
const TARGET_WASM_VERSION = '0.1.4';
11+
const TARGET_WASM_VERSION = '0.2.0';
1212

1313
function copyWasmFile() {
1414
try {

0 commit comments

Comments
 (0)