From fac7631b115693c4e9aca07388f7f457689985cb Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Thu, 21 Dec 2023 17:52:18 +0000 Subject: [PATCH] Bump to v0.3.6 --- .gitlab-ci.yml | 3 --- storage/version.go | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adb3e6c..2f6b95c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,3 @@ doc-update: script: # GOPRIVATE is cleared so that the public cache is pulled instead of directly pulling client. - NEXT_WAIT_TIME=0; until [ $NEXT_WAIT_TIME -eq 15 ] || GOOS=js GOARCH=wasm GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_TAG; do sleep 60; (( NEXT_WAIT_TIME+=1 )); done; [ $NEXT_WAIT_TIME -lt 15 ] - only: - - release - - master diff --git a/storage/version.go b/storage/version.go index fb54c44..e5e9f65 100644 --- a/storage/version.go +++ b/storage/version.go @@ -21,7 +21,7 @@ import ( ) // SEMVER is the current semantic version of xxDK WASM. -const SEMVER = "0.3.5" +const SEMVER = "0.3.6" // Storage keys. const ( -- GitLab