Skip to content

Commit

Permalink
Increment version to 1.3.10-SNAPSHOT (opensearch-project#809)
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
  • Loading branch information
1 parent fc9baae commit 4e06f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.9-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.10-SNAPSHOT")
knn_bwc_version = System.getProperty("bwc.version", "1.2.0.0-SNAPSHOT")
opensearch_bwc_version = "${knn_bwc_version}" - ".0-SNAPSHOT"
opensearch_group = "org.opensearch"
Expand Down Expand Up @@ -453,7 +453,7 @@ afterEvaluate {

requires('opensearch', versions.opensearch, EQUAL)
//TODO: Use default knn lib version for now, fix will be compare with version that is used in build step.
requires("opensearch-knnlib", "1.3.9.0", EQUAL)
requires("opensearch-knnlib", "1.3.10.0", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down
2 changes: 1 addition & 1 deletion jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else()
endif()

if(NOT KNN_PLUGIN_VERSION)
set(KNN_PLUGIN_VERSION "1.3.9.0")
set(KNN_PLUGIN_VERSION "1.3.10.0")
endif()

# Set architecture specific variables
Expand Down

0 comments on commit 4e06f11

Please sign in to comment.