Skip to content

Commit

Permalink
feat: upgrade pgai extension to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Dec 10, 2024
1 parent bf1b83d commit 6896324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TAG=-t $(TAG_VERSION) $(if $(BETA),,-t $(TAG_LATEST))
TAG_OSS=-t $(TAG_VERSION)-oss $(if $(BETA),,-t $(TAG_LATEST)-oss)

PGVECTOR_VERSION=v0.7.2
PGAI_VERSION=extension-0.5.0
PGAI_VERSION=extension-0.6.0

default: image

Expand Down

0 comments on commit 6896324

Please sign in to comment.