diff --git a/weaviate.yaml b/weaviate.yaml index 53a53c62058..3a1621823cf 100644 --- a/weaviate.yaml +++ b/weaviate.yaml @@ -1,6 +1,6 @@ package: name: weaviate - version: 1.23.5 + version: 1.23.6 epoch: 0 description: Weaviate is an open source vector database that stores both objects and vectors, allowing for combining vector search with structured filtering with the fault-tolerance and scalability of a cloud-native database, all accessible through GraphQL, REST, and various language clients. copyright: @@ -16,7 +16,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 6aeae651a9ba712838acd94a442ed1cf93cc2214 + expected-commit: 0f0007dfe122c74f8e46be9a7a55bf369e8f9ee6 repository: https://github.com/weaviate/weaviate tag: v${{package.version}}