From 84fc279586e5214e8a71d27f1ff2e55d99389a06 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 17 Oct 2024 12:23:02 -0400 Subject: [PATCH] chore: cut releases for 15.8 and 16.3 --- ansible/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index f78b56c97..9564c043e 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.003-staging-5" - postgres16: "16.3.1.000-staging-5" + postgres15: "15.8.1.004" + postgres16: "16.3.1.010" # Non Postgres Extensions pgbouncer_release: "1.19.0"