Skip to content

Commit

Permalink
bump to v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 12, 2022
1 parent b349deb commit e0f8c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import "gopkg.in/hedzr/errors.v3"

## History

- v3.0.11
- changed the `FormatWith` interface to support error template feature.

- v3.0.10
- support go1.11-17,18+

Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
// AppName const
AppName = "errors"
// Version const
Version = "3.0.10"
Version = "3.0.11"
// VersionInt const
VersionInt = 0x03000a
VersionInt = 0x03000b
)

0 comments on commit e0f8c20

Please sign in to comment.