From d357ea671c26dd8dc19585ef6aad99b2b6d7a5eb Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Fri, 28 Oct 2022 17:20:32 +0000
Subject: [PATCH] Update version to v0.1.2

---
 storage/version.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/storage/version.go b/storage/version.go
index 93ecc040..8ced2c42 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 (
-- 
GitLab