From 99c731f7c16dcb95944ef5970b8c90cc51489383 Mon Sep 17 00:00:00 2001 From: John Pruitt Date: Tue, 9 Jul 2024 12:01:47 -0500 Subject: [PATCH] Bump pgai extension to v0.3.0 (#268) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22d560c..104c564 100644 --- a/Makefile +++ b/Makefile @@ -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=v0.2.0 +PGAI_VERSION=v0.3.0 default: image