Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ import (
)
// SEMVER is the current semantic version of xxDK WASM.
const SEMVER = "0.2.1"
const SEMVER = "0.2.2"
// Storage keys.
const (
Loading