Skip to content

Commit 81593c6

Browse files
authored
Add version 2.19. (#9174)
Signed-off-by: Archer <[email protected]>
1 parent c4dc728 commit 81593c6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
55
url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
66
permalink: /:path/
77

8-
opensearch_version: '2.18.0'
9-
opensearch_dashboards_version: '2.18.0'
10-
opensearch_major_minor_version: '2.18'
8+
opensearch_version: '2.19.0'
9+
opensearch_dashboards_version: '2.19.0'
10+
opensearch_major_minor_version: '2.19'
1111
lucene_version: '9_12_0'
1212

1313
# Build settings

_data/versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"current": "2.18",
2+
"current": "2.19",
33
"all": [
4-
"2.18",
4+
"2.19",
55
"1.3"
66
],
77
"archived": [
8+
"2.18",
89
"2.17",
910
"2.16",
1011
"2.15",

0 commit comments

Comments
 (0)