Skip to content

Commit

Permalink
Merge pull request #44 from nats-io/0_4_2
Browse files Browse the repository at this point in the history
[FIX]  update `Version` in the lib to 0.4.2, as a travis test is looking at this.
  • Loading branch information
aricart authored Mar 16, 2023
2 parents 1168338 + 0964691 commit ff46c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package nkeys
import "io"

// Version is our current version
const Version = "0.4.0-beta"
const Version = "0.4.2"

// KeyPair provides the central interface to nkeys.
type KeyPair interface {
Expand Down

0 comments on commit ff46c04

Please sign in to comment.