From 666ab59b03801405c1a3a447aac213d874a03e1d Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Mon, 22 Mar 2021 09:48:49 +0530 Subject: [PATCH] pgroonga: Bump pgroonga version to 2.2.8 when building from source. --- scripts/lib/build-pgroonga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/build-pgroonga b/scripts/lib/build-pgroonga index 987c4fa0bd..9f74ff776b 100755 --- a/scripts/lib/build-pgroonga +++ b/scripts/lib/build-pgroonga @@ -2,7 +2,7 @@ set -x set -e -PGROONGA_VERSION="2.2.3" +PGROONGA_VERSION="2.2.8" cd "$(mktemp -d)"