Skip to content

Commit

Permalink
bump version to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Heckman <[email protected]>
  • Loading branch information
theckman committed Apr 28, 2018
1 parent d496079 commit d8d9f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type hashCount struct {
const DefaultURL = "https://api.pwnedpasswords.com/range/"

// Version is the package version.
const Version = "1.0.1"
const Version = "1.0.2"

const userAgent = "go-pwnedpasswords/" + Version + " (https://github.com/theckman/go-pwnedpasswords) Go-http-client/1.1"

Expand Down

0 comments on commit d8d9f0a

Please sign in to comment.