From 53b33c3ca6c07612cf58fded1e549c50d19812ec Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Wed, 23 Oct 2024 13:51:56 -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 d0f430a..f7548dd 100755 --- a/partition-before-pggb +++ b/partition-before-pggb @@ -171,7 +171,7 @@ while true ; do esac done -PGGB_RELEASE_VERSION="v0.7.1" +PGGB_RELEASE_VERSION="v0.7.2" 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 53c224b..cca8534 100755 --- a/pggb +++ b/pggb @@ -171,7 +171,7 @@ while true ; do esac done -PGGB_RELEASE_VERSION="v0.7.1" +PGGB_RELEASE_VERSION="v0.7.2" 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 )