Skip to content

Commit 53b33c3

Browse files
update version
1 parent 52670bd commit 53b33c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

partition-before-pggb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ while true ; do
171171
esac
172172
done
173173

174-
PGGB_RELEASE_VERSION="v0.7.1"
174+
PGGB_RELEASE_VERSION="v0.7.2"
175175
SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd )
176176
GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION )
177177

pggb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ while true ; do
171171
esac
172172
done
173173

174-
PGGB_RELEASE_VERSION="v0.7.1"
174+
PGGB_RELEASE_VERSION="v0.7.2"
175175
SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd )
176176
GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION )
177177

0 commit comments

Comments
 (0)