Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Oct 23, 2024
1 parent 52670bd commit 53b33c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 53b33c3

Please sign in to comment.