Skip to content

Commit

Permalink
Incremented version to 1.2.4.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Dec 29, 2021
1 parent 960c763 commit 98c22eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run build
run: |
./gradlew build -Dopensearch.version=1.2.3-SNAPSHOT
./gradlew build -Dopensearch.version=1.2.4-SNAPSHOT
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.2.3-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.4-SNAPSHOT")
opensearch_group = "org.opensearch"
}

Expand Down Expand Up @@ -253,7 +253,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.2.3.0", EQUAL)
requires("opensearch-knnlib", "1.2.4.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 @@ -40,7 +40,7 @@ else()
endif()

if(NOT KNN_PLUGIN_VERSION)
set(KNN_PLUGIN_VERSION "1.2.3.0")
set(KNN_PLUGIN_VERSION "1.2.4.0")
endif()

# Set architecture specific variables
Expand Down

0 comments on commit 98c22eb

Please sign in to comment.