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 )