diff --git a/nkeys.go b/nkeys.go index 80c8147..333356c 100644 --- a/nkeys.go +++ b/nkeys.go @@ -19,7 +19,7 @@ package nkeys import "io" // Version is our current version -const Version = "0.4.2" +const Version = "0.4.3" // KeyPair provides the central interface to nkeys. type KeyPair interface {