Skip to content

Commit

Permalink
Increment version to 1.3.6 (#2118)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored Sep 28, 2022
1 parent c7bdcb5 commit 5829eaa
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.5-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.6-SNAPSHOT")
}

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

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

Expand Down

0 comments on commit 5829eaa

Please sign in to comment.