Skip to content

Commit

Permalink
Merge pull request #1 from prudhvigodithi/create-pull-request/1.3.4-S…
Browse files Browse the repository at this point in the history
…NAPSHOT

[AUTO] Version Increment to 1.3.4-SNAPSHOT
  • Loading branch information
prudhvigodithi authored Jul 5, 2022
2 parents 0148e6b + a707f7c commit 92742ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,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.3.0", EQUAL)
requires("opensearch-knnlib", "1.3.4.0", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Tue, 05 Jul 2022 07:37:17 -0400
#Tue, 05 Jul 2022 11:42:39 +0000

# Copyright OpenSearch Contributors
# SPDX-License-Identifier: Apache-2.0

opensearch.version=1.3.3-SNAPSHOT
opensearch.version=1.3.4-SNAPSHOT
build.snapshot=true
2 changes: 1 addition & 1 deletion jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else()
endif()

if(NOT KNN_PLUGIN_VERSION)
set(KNN_PLUGIN_VERSION "1.3.3.0")
set(KNN_PLUGIN_VERSION "1.3.4.0")
endif()

# Set architecture specific variables
Expand Down

0 comments on commit 92742ac

Please sign in to comment.