From 45c3762c1c9694308f39894a3783ea20b59186a9 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Tue, 21 Jan 2025 08:32:46 -0500 Subject: [PATCH] chore: bump staging suffix --- ansible/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 1e480e9c6..e4a1d42ff 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -8,8 +8,8 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.0.1.019-orioledb-staging-2" - postgres15: "15.8.1.029-staging-2" + postgresorioledb-17: "17.0.1.019-orioledb-staging-3" + postgres15: "15.8.1.029-staging-3" # Non Postgres Extensions pgbouncer_release: "1.19.0"