From 3b80a8c5706711d953f7edc0f96ffc7011f333b0 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Fri, 16 Dec 2022 21:06:42 +0000
Subject: [PATCH] update version to v0.1.13

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

diff --git a/storage/version.go b/storage/version.go
index 494ead65..9530aca5 100644
--- a/storage/version.go
+++ b/storage/version.go
@@ -18,7 +18,7 @@ import (
 )
 
 // SEMVER is the current semantic version of xxDK WASM.
-const SEMVER = "0.1.12"
+const SEMVER = "0.1.13"
 
 // Storage keys.
 const (
-- 
GitLab