Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Mar 25, 2021
1 parent 6e32619 commit c09693f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set -e

VERSION="1.7.1"
VERSION="1.7.2"

cd $(dirname "${BASH_SOURCE[0]}")

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/tidwall/gjson v1.7.1 // indirect
github.com/tidwall/gjson v1.7.2 // indirect
github.com/tidwall/sjson v1.1.5 // indirect
)

0 comments on commit c09693f

Please sign in to comment.