Skip to content

Commit

Permalink
Bump next version to 2.1.3 (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Dec 3, 2024
1 parent d21e959 commit 592d6a3
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.2-SNAPSHOT|2.0.0+|1.20.0+|11+|
|2.1.3-SNAPSHOT|2.0.0+|1.20.0+|11+|
|2.1.2|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+|
Expand All @@ -26,7 +27,7 @@ The [opensearch-testcontainers](https://github.com/opensearch-project/opensearch
<dependency>
<groupId>org.opensearch</groupId>
<artifactId>opensearch-testcontainers</artifactId>
<version>2.1.1</version>
<version>2.1.2</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.2
version=2.1.3

0 comments on commit 592d6a3

Please sign in to comment.