From f17f36d29583c7bc51510f83a783efa42285515f Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Sat, 9 Dec 2023 10:31:30 -0600 Subject: [PATCH] Update Trunk.toml --- Trunk.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trunk.toml b/Trunk.toml index 107d83b..89e1006 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -6,7 +6,7 @@ description = "The simplest way to orchestrate vector search on Postgres." homepage = "https://github.com/tembo-io/pg_vectorize" documentation = "https://github.com/tembo-io/pg_vectorize" categories = ["orchestration", "machine_learning"] -version = "0.6.1" +version = "0.7.0" [build] postgres_version = "15"