Skip to content

Commit 08d2f83

Browse files
authored
Add 3.1 version (#10137)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent 4e26f74 commit 08d2f83

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ latesturl: "/docs/latest" # The subpath of the latest version. Used for non-vers
66
url: "https://docs.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
77
permalink: /:path/
88

9-
opensearch_version: '3.0.0'
10-
opensearch_dashboards_version: '3.0.0'
11-
opensearch_major_minor_version: '3.0'
12-
lucene_version: '10_1_0'
9+
opensearch_version: '3.1.0'
10+
opensearch_dashboards_version: '3.1.0'
11+
opensearch_major_minor_version: '3.1'
12+
lucene_version: '10_2_1'
1313

1414
# Build settings
1515
markdown: kramdown

_data/versions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"current": "3.0",
2+
"current": "3.1",
33
"all": [
4-
"3.0",
4+
"3.1",
55
"2.19"
66
],
77
"archived": [
8+
"3.0",
89
"2.18",
910
"2.17",
1011
"2.16",
@@ -29,7 +30,7 @@
2930
"1.1",
3031
"1.0"
3132
],
32-
"latest": "3.0"
33+
"latest": "3.1"
3334
}
3435

3536

0 commit comments

Comments
 (0)