Skip to content

Commit

Permalink
hedzr/errors - bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Sep 25, 2020
1 parent 608d5e4 commit 31634e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
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 = "2.1.0"
Version = "2.1.1"
// VersionInt const
VersionInt = 0x020100
VersionInt = 0x020101
)
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module gopkg.in/hedzr/errors.v2

go 1.13

require github.com/pkg/errors v0.8.1
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit 31634e6

Please sign in to comment.