Skip to content

Commit

Permalink
Update version for 2.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jan 6, 2025
1 parent 8b3ecbb commit 1619c78
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 @@ -6,7 +6,7 @@
buildscript {
ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT")
is_snapshot = "true" == System.getProperty("build.snapshot", "true")
build_version_qualifier = System.getProperty("build.version_qualifier", "")

Expand Down

0 comments on commit 1619c78

Please sign in to comment.