Skip to content

Commit 2e46246

Browse files
author
Winni Neessen
authored
Update hibp.go
Switch version number back to v1.x.x since I really don't want to mess with Go's v2 mechanic (some Go tools are not v2 aware and therefore we would need to branch the new version to a v2 branch or subdir, which I really don't wanna do). This breaks with semver semantics, but it is, what it is.
1 parent 081080d commit 2e46246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hibp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const (
1919
// Version represents the version of this package
20-
Version = "2.0.1"
20+
Version = "1.1.0"
2121

2222
// BaseURL is the base URL for the majority of API endpoints
2323
BaseURL = "https://haveibeenpwned.com/api/v3"

0 commit comments

Comments
 (0)