Skip to content

Commit 73f9377

Browse files
thomaspoignantgithub-actions[bot]
authored andcommitted
chore: bump WASM to 0.1.4
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19c82bd commit 73f9377

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.3';
11+
const TARGET_WASM_VERSION = '0.1.4';
1212

1313
function copyWasmFile() {
1414
try {

0 commit comments

Comments
 (0)