From b90993fd39400379edd79b428a0e5603b168d6f1 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 18 Nov 2024 19:04:06 -0500 Subject: [PATCH] chore: bump to release to staging --- ansible/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 9a90e6316..bb383bdcc 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,8 +11,8 @@ postgres_major: # Full version strings for each major version postgres_release: - postgres15: "15.8.1.010-staging4" - postgres16: "16.3.1.016-staging4" + postgres15: "15.8.1.010-staging5" + postgres16: "16.3.1.016-staging5" # Non Postgres Extensions pgbouncer_release: "1.19.0"