We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fae613 commit 462ea86Copy full SHA for 462ea86
lib/repo_funcs.sh
@@ -33,7 +33,7 @@ fetch_postgres_image_version() {
33
latest_barman_version=
34
_raw_get_latest_barman_version() {
35
# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
36
- echo "3.12.1"
+ echo "3.13.3"
37
}
38
get_latest_barman_version() {
39
if [ -z "$latest_barman_version" ]; then
0 commit comments