From d64248f62837efb4b69de23539e350be70704f38 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Tue, 22 Mar 2022 10:07:29 -0400 Subject: [PATCH] Bump releases.json (#13921) 8.1.1 has been released, and the latest snapshot on 8.x is now 8.2.0-SNAPSHOT --- ci/logstash_releases.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/logstash_releases.json b/ci/logstash_releases.json index f1e70f6e80d..dbc5cd01c09 100644 --- a/ci/logstash_releases.json +++ b/ci/logstash_releases.json @@ -3,10 +3,10 @@ "5.x": "5.6.16", "6.x": "6.8.23", "7.x": "7.17.1", - "8.x": "8.1.0" + "8.x": "8.1.1" }, "snapshots": { "7.x": "7.17.2-SNAPSHOT", - "8.x": "8.1.1-SNAPSHOT" + "8.x": "8.2.0-SNAPSHOT" } }