Adds 2.4.0 version (#1885)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
5c5f6ef9a7
commit
4be846eabd
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue