File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ latesturl: "/docs/latest" # The subpath of the latest version. Used for non-vers
6
6
url : " https://docs.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
7
7
permalink : /:path/
8
8
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 '
13
13
14
14
# Build settings
15
15
markdown : kramdown
Original file line number Diff line number Diff line change 1
1
{
2
- "current" : " 3.0 " ,
2
+ "current" : " 3.1 " ,
3
3
"all" : [
4
- " 3.0 " ,
4
+ " 3.1 " ,
5
5
" 2.19"
6
6
],
7
7
"archived" : [
8
+ " 3.0" ,
8
9
" 2.18" ,
9
10
" 2.17" ,
10
11
" 2.16" ,
29
30
" 1.1" ,
30
31
" 1.0"
31
32
],
32
- "latest" : " 3.0 "
33
+ "latest" : " 3.1 "
33
34
}
34
35
35
36
You can’t perform that action at this time.
0 commit comments