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