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

Update version to v0.1.2

parent b6b56a69
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -10,14 +10,15 @@ ...@@ -10,14 +10,15 @@
package storage package storage
import ( import (
"os"
"github.com/pkg/errors" "github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman" jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/bindings" "gitlab.com/elixxir/client/bindings"
"os"
) )
// SEMVER is the current semantic version of xxDK WASM. // SEMVER is the current semantic version of xxDK WASM.
const SEMVER = "0.1.1" const SEMVER = "0.1.2"
// Storage keys. // Storage keys.
const ( const (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment