diff --git a/_config.yml b/_config.yml index 5511f0c6..f2896484 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.2.0 -opensearch_dashboards_version: 2.2.0 -opensearch_major_minor_version: 2.2 +opensearch_version: 2.3.0 +opensearch_dashboards_version: 2.3.0 +opensearch_major_minor_version: 2.3 lucene_version: 9_3_0 # Build settings diff --git a/_data/alert.yml b/_data/alert.yml index a360fe27..1d7747ec 100644 --- a/_data/alert.yml +++ b/_data/alert.yml @@ -1 +1 @@ -message: "[OpenSearch 2.2 is live 🍾!](/downloads.html)" +message: "[OpenSearch 2.3 is live 🍾!](/downloads.html)" diff --git a/_data/versions.json b/_data/versions.json index c4c1f94d..cffc3214 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,6 +1,7 @@ { - "current": "2.2", + "current": "2.3", "all": [ + "2.3", "2.2", "2.1", "2.0", @@ -9,5 +10,5 @@ "1.1", "1.0" ], - "latest": "2.2" + "latest": "2.3" } \ No newline at end of file