From 49e09e1e1c070134d09f73d3ea757b8e82c8641a Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Wed, 1 Mar 2023 16:49:25 +0000
Subject: [PATCH] Bump version

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

diff --git a/storage/version.go b/storage/version.go
index 255fd137..fc7e9b8b 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.2.1"
+const SEMVER = "0.2.2"
 
 // Storage keys.
 const (
-- 
GitLab