Skip to content
Snippets Groups Projects
Commit fac7631b authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Bump to v0.3.6

parent ffefb9e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment