From c09693f4d54d1733fed1bef7399bc5297615b9b6 Mon Sep 17 00:00:00 2001 From: tidwall Date: Thu, 25 Mar 2021 13:00:02 -0700 Subject: [PATCH] 1.7.2 --- build.sh | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 )