From edc12d8082f6012a0b3577f3421f18eb42b51a12 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 2 Feb 2022 05:30:07 -0700 Subject: [PATCH] Update version --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index c4c12e3..6e6e134 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,7 +6,7 @@ set -e -VERSION="1.9.1" +VERSION="1.9.2" cd $(dirname "${BASH_SOURCE[0]}")/..