Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions weaviate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: weaviate
version: 1.20.0
epoch: 1
version: 1.20.1
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:
- license: BSD-3-Clause
Expand All @@ -18,7 +18,7 @@ pipeline:
with:
repository: https://github.com/weaviate/weaviate
tag: v${{package.version}}
expected-commit: 7865a4ad5d52bb742969b907b75df5e34c39f436
expected-commit: b6cc0f0675dd13520d1dec6a8a4f0185085361f9

- runs: |
mkdir -p ${{targets.destdir}}/bin
Expand Down