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