Skip to content

Commit

Permalink
Move default opensearch version forward
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Mar 22, 2022
1 parent b7445bc commit 7582c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.4.0-SNAPSHOT")
}

configurations.all {
Expand Down

0 comments on commit 7582c8d

Please sign in to comment.