Skip to content

Commit 58ccf97

Browse files
committed
Incremented version to 1.2.3.
Signed-off-by: dblock <[email protected]>
1 parent 97827b7 commit 58ccf97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run build
3535
run: |
36-
./gradlew build -Dopensearch.version=1.2.2-SNAPSHOT
36+
./gradlew build -Dopensearch.version=1.2.3-SNAPSHOT
3737
3838
- name: Upload Coverage Report
3939
uses: codecov/codecov-action@v1

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
buildscript {
77
ext {
8-
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
8+
opensearch_version = System.getProperty("opensearch.version", "1.2.3-SNAPSHOT")
99
opensearch_group = "org.opensearch"
1010
}
1111

@@ -253,7 +253,7 @@ afterEvaluate {
253253

254254
requires('opensearch', versions.opensearch, EQUAL)
255255
//TODO: Use default knn lib version for now, fix will be compare with version that is used in build step.
256-
requires("opensearch-knnlib", "1.2.2.0", EQUAL)
256+
requires("opensearch-knnlib", "1.2.3.0", EQUAL)
257257
packager = 'Amazon'
258258
vendor = 'Amazon'
259259
os = 'LINUX'

jni/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else()
4040
endif()
4141

4242
if(NOT KNN_PLUGIN_VERSION)
43-
set(KNN_PLUGIN_VERSION "1.2.2.0")
43+
set(KNN_PLUGIN_VERSION "1.2.3.0")
4444
endif()
4545

4646
# Set architecture specific variables

0 commit comments

Comments
 (0)