diff --git a/_config.yml b/_config.yml index 57dbf8c641..d9c0ee823f 100644 --- a/_config.yml +++ b/_config.yml @@ -5,10 +5,10 @@ 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: '2.12.0' -opensearch_dashboards_version: '2.12.0' -opensearch_major_minor_version: '2.12' -lucene_version: '9_9_2' +opensearch_version: '2.13.0' +opensearch_dashboards_version: '2.13.0' +opensearch_major_minor_version: '2.13' +lucene_version: '9_10_0' # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index 1dd727f3e1..03e43e6d4a 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,10 +1,11 @@ { - "current": "2.12", + "current": "2.13", "all": [ - "2.12", + "2.13", "1.3" ], "archived": [ + "2.12", "2.11", "2.10", "2.9", @@ -21,7 +22,7 @@ "1.1", "1.0" ], - "latest": "2.12" + "latest": "2.13" }