Skip to content

Commit 7f7dbde

Browse files
Update opensearch version in README
1 parent 7cb2302 commit 7f7dbde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The libraries are compatible with Ruby 2.4 and higher.
4343

4444
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).
4545

46-
The version numbers follow the OpenSearch major versions. Currently the `main` branch is compatible with version `1.x` of the OpenSearch stack.
46+
The version numbers follow the OpenSearch major versions. Currently the `main` branch is compatible with version `2.x` of the OpenSearch stack.
4747

4848
| Rubygem | | OpenSearch |
4949
|:-------------:|:-:| :-----------: |
50-
| main || 1.x |
50+
| main || 2.x |
5151

5252
## Usage
5353

opensearch-model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The library version numbers follow the OpenSearch major versions. The `main` bra
1212

1313
| Rubygem | | OpenSearch |
1414
|:-------------:|:-:| :-----------: |
15-
| main || 1.x |
15+
| main || 2.x |
1616

1717
## Installation
1818

opensearch-persistence/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The library version numbers follow the OpenSearch major versions. The `main` bra
1010

1111
| Rubygem | | OpenSearch |
1212
|:-------------:|:-:| :-----------: |
13-
| main || 1.x |
13+
| main || 2.x |
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)