From 9f14c649ffdf2ee2bc428cf141c9f88219aa11f2 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Fri, 30 Jun 2023 13:37:36 -0400 Subject: [PATCH] Update released versions (#15129) --- ci/logstash_releases.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/logstash_releases.json b/ci/logstash_releases.json index 32f2cf786..ff567ed5a 100644 --- a/ci/logstash_releases.json +++ b/ci/logstash_releases.json @@ -2,11 +2,11 @@ "releases": { "5.x": "5.6.16", "6.x": "6.8.23", - "7.x": "7.17.10", - "8.x": "8.8.0" + "7.x": "7.17.11", + "8.x": "8.8.2" }, "snapshots": { - "7.x": "7.17.11-SNAPSHOT", - "8.x": "8.8.1-SNAPSHOT" + "7.x": "7.17.12-SNAPSHOT", + "8.x": "8.9.0-SNAPSHOT" } }