From 48697cc2a602f86735769935b568e800623c435e Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Tue, 22 Oct 2024 08:36:52 -0500 Subject: [PATCH] update version --- partition-before-pggb | 2 +- pggb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partition-before-pggb b/partition-before-pggb index 80887bf..d0f430a 100755 --- a/partition-before-pggb +++ b/partition-before-pggb @@ -171,7 +171,7 @@ while true ; do esac done -PGGB_RELEASE_VERSION="v0.6.0" +PGGB_RELEASE_VERSION="v0.7.1" SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd ) GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION ) diff --git a/pggb b/pggb index 30ad1b2..f6b8d34 100755 --- a/pggb +++ b/pggb @@ -171,7 +171,7 @@ while true ; do esac done -PGGB_RELEASE_VERSION="v0.6.0" +PGGB_RELEASE_VERSION="v0.7.1" SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd ) GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION )