Skip to content

Commit

Permalink
Incremented version to 1.3.2. (#1733)
Browse files Browse the repository at this point in the history
* Incremented version to 1.3.2.

Signed-off-by: Sayali Rohidas Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Apr 5, 2022
1 parent efc2741 commit f0c4ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories {
}

ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.2-SNAPSHOT")
}

configurations.all {
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
}

ext {
securityPluginVersion = '1.3.1.0'
securityPluginVersion = '1.3.2.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down

0 comments on commit f0c4ac1

Please sign in to comment.