Skip to content

Commit

Permalink
Increment version to 1.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 15, 2022
1 parent 46fd8a2 commit efa859b
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.4-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.5-SNAPSHOT")
}

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

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

Expand Down

0 comments on commit efa859b

Please sign in to comment.