diff --git a/_config.yml b/_config.yml index 7392a362..c285777f 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.3.0 -opensearch_dashboards_version: 2.3.0 -opensearch_major_minor_version: 2.3 -lucene_version: 9_3_0 +opensearch_version: 2.4.0 +opensearch_dashboards_version: 2.4.0 +opensearch_major_minor_version: 2.4 +lucene_version: 9_4_1 # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index cffc3214..ac4fcafe 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,6 +1,7 @@ { - "current": "2.3", + "current": "2.4", "all": [ + "2.4", "2.3", "2.2", "2.1", @@ -10,5 +11,5 @@ "1.1", "1.0" ], - "latest": "2.3" + "latest": "2.4" } \ No newline at end of file