Skip to content

Commit

Permalink
pgvector 0.7.3 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Jul 29, 2024
1 parent a82be7d commit 1639133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pgvector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# Clone repository
RUN git clone https://github.com/pgvector/pgvector.git

ARG EXTENSION_VERSION=v0.7.1
ARG EXTENSION_VERSION=v0.7.3

# Build extension
RUN cd pgvector && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/pgvector/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pgvector"
version = "0.7.1"
version = "0.7.3"
repository = "https://github.com/pgvector/pgvector"
license = "PostgreSQL"
description = "Open-source vector similarity search for Postgres"
Expand Down

0 comments on commit 1639133

Please sign in to comment.