Skip to content

Commit

Permalink
fix: update bucketing wasm version for != comparator bugfix (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor authored Dec 14, 2023
1 parent 8e26c17 commit 8ef5aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevCycle.SDK.Server.Local/update-bucketing-lib.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
BUCKETING_LIB_VERSION="1.6.4"
BUCKETING_LIB_VERSION="1.11.3"
WAT_DOWNLOAD=0
rm bucketing-lib.release.wasm
wget "https://unpkg.com/@devcycle/bucketing-assembly-script@$BUCKETING_LIB_VERSION/build/bucketing-lib.release.wasm"
Binary file added bucketing-lib.release.wasm
Binary file not shown.

0 comments on commit 8ef5aae

Please sign in to comment.