From e4bb4ae07a051b4b4d19f242bfa5d23133d86719 Mon Sep 17 00:00:00 2001
From: jbhusson <jonah@elixxir.io>
Date: Tue, 17 Jan 2023 10:26:23 -0500
Subject: [PATCH] Update SEMVER 0.1.14 -> 0.2.0

---
 storage/version.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/storage/version.go b/storage/version.go
index 7d39cb94..fc0d3a39 100644
--- a/storage/version.go
+++ b/storage/version.go
@@ -20,7 +20,7 @@ import (
 )
 
 // SEMVER is the current semantic version of xxDK WASM.
-const SEMVER = "0.1.14"
+const SEMVER = "0.2.0"
 
 // Storage keys.
 const (
-- 
GitLab