diff --git a/storage/version.go b/storage/version.go
index 93ecc0402d5ff2f95149f99a8711e0df691bd52b..8ced2c4276de3a576dc781402cda35e6db71a373 100644
--- a/storage/version.go
+++ b/storage/version.go
@@ -10,14 +10,15 @@
 package storage
 
 import (
+	"os"
+
 	"github.com/pkg/errors"
 	jww "github.com/spf13/jwalterweatherman"
 	"gitlab.com/elixxir/client/bindings"
-	"os"
 )
 
 // SEMVER is the current semantic version of xxDK WASM.
-const SEMVER = "0.1.1"
+const SEMVER = "0.1.2"
 
 // Storage keys.
 const (