Skip to content

Commit

Permalink
Bump next version to 2.1.2 (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Oct 7, 2024
1 parent 0344bbf commit c07b3aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The [opensearch-testcontainers](https://github.com/opensearch-project/opensearch

|opensearch-testcontainers|OpenSearch|testcontainers|JDK|
|---|---|---|---|
|2.1.1-SNAPSHOT|2.0.0+|1.20.0+|11+|
|2.1.2-SNAPSHOT|2.0.0+|1.20.0+|11+|
|2.1.1|2.0.0+|1.20.0+|11+|
|2.1.0|2.0.0+|1.20.0+|11+|
|2.0.2|2.0.0+|1.19.2+|11+|
|2.0.1|2.0.0+|1.19.2+|11+|
Expand All @@ -25,7 +26,7 @@ The [opensearch-testcontainers](https://github.com/opensearch-project/opensearch
<dependency>
<groupId>org.opensearch</groupId>
<artifactId>opensearch-testcontainers</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.1
version=2.1.2

0 comments on commit c07b3aa

Please sign in to comment.