Skip to content

Commit

Permalink
bump to v3.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Oct 10, 2022
1 parent 6e10f85 commit 9c38d66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

// Package errors provides some error handling primitives for
// wrapped, coded, messaged errors.
//
package errors

const (
// AppName const
AppName = "errors"
// Version const
Version = "3.0.21"
Version = "3.0.23"
// VersionInt const
VersionInt = 0x030015
VersionInt = 0x030017
)

0 comments on commit 9c38d66

Please sign in to comment.