diff --git a/_config.yml b/_config.yml index f8b9bd4c..09cacabc 100644 --- a/_config.yml +++ b/_config.yml @@ -5,9 +5,9 @@ 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.9.0' -opensearch_dashboards_version: '2.9.0' -opensearch_major_minor_version: '2.9' +opensearch_version: '2.10.0' +opensearch_dashboards_version: '2.10.0' +opensearch_major_minor_version: '2.10' lucene_version: '9_7_0' # Build settings diff --git a/_data/versions.json b/_data/versions.json index da2a35fb..7fd777ec 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,10 +1,11 @@ { - "current": "2.9", + "current": "2.10", "all": [ - "2.9", + "2.10", "1.3" ], "archived": [ + "2.9", "2.8", "2.7", "2.6", @@ -18,7 +19,7 @@ "1.1", "1.0" ], - "latest": "2.9" + "latest": "2.10" }