From 047b9b9efa096608fa0f9800aeecef468f49538e Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:56:55 -0500 Subject: [PATCH] Add 1.3.5 (#1083) Signed-off-by: Naarcha-AWS Signed-off-by: Naarcha-AWS --- _config.yml | 4 ++-- _data/versions.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 08fc7d8761..6ddb03edb4 100644 --- a/_config.yml +++ b/_config.yml @@ -5,8 +5,8 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ -opensearch_version: 1.3.4 -opensearch_dashboards_version: 1.3.4 +opensearch_version: 1.3.5 +opensearch_dashboards_version: 1.3.5 opensearch_major_minor_version: 1.3 lucene_version: 8_10_1 diff --git a/_data/versions.json b/_data/versions.json index 1b7fd037f8..ced38fab07 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,6 +1,7 @@ { "current": "1.3", "all": [ + "2.2", "2.1", "2.0", "1.3", @@ -8,6 +9,6 @@ "1.1", "1.0" ], - "latest": "2.1" + "latest": "2.2" }