From e17cda23f476c59eb0e20d07736cd0f475c669d1 Mon Sep 17 00:00:00 2001 From: liliu-z <105927039+liliu-z@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:52:21 +0800 Subject: [PATCH] update knowhere's verison to 2.2.0 (#26553) Signed-off-by: Li Liu --- internal/core/thirdparty/knowhere/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/knowhere/CMakeLists.txt b/internal/core/thirdparty/knowhere/CMakeLists.txt index 213dee8afb..87dfbb3e3e 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. #------------------------------------------------------------------------------- -set( KNOWHERE_VERSION 57a7fcf ) +set( KNOWHERE_VERSION v2.2.0 ) message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source") message(STATUS ${CMAKE_BUILD_TYPE})