diff --git a/nkeys.go b/nkeys.go index 0db0f0c..6f1ba20 100644 --- a/nkeys.go +++ b/nkeys.go @@ -19,7 +19,7 @@ package nkeys import "io" // Version is our current version -const Version = "0.4.6" +const Version = "0.4.7" // KeyPair provides the central interface to nkeys. type KeyPair interface {