Skip to content

Commit

Permalink
Bump OS version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrross committed Dec 15, 2021
1 parent c129d5b commit ff4c156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
opensearch_group = "org.opensearch"
}

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.1.0")
set(KNN_PLUGIN_VERSION "1.2.2.0")
endif()

# Set architecture specific variables
Expand Down

0 comments on commit ff4c156

Please sign in to comment.