diff --git a/build.sh b/build.sh index 33bde69..fb18f03 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ set -e -VERSION="1.7.1" +VERSION="1.7.2" cd $(dirname "${BASH_SOURCE[0]}") diff --git a/go.mod b/go.mod index 58b5f40..634c314 100644 --- a/go.mod +++ b/go.mod @@ -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 )