From e81cf17ddfa859373f3cbe1161f976f89faa1760 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Wed, 26 Apr 2023 17:04:44 +0000
Subject: [PATCH] Bump to version v0.3.3

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

diff --git a/storage/version.go b/storage/version.go
index 0e2faaea..b0f192ab 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.3.2"
+const SEMVER = "0.3.3"
 
 // Storage keys.
 const (
-- 
GitLab