From 2cfe036f0bdc00bdeb7c38535c215451ce47eca7 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Thu, 25 Jan 2024 12:46:19 -0500 Subject: [PATCH] Update Trunk.toml --- Trunk.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trunk.toml b/Trunk.toml index c0af8e7..aed42af 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.8.0" +version = "0.8.1" [build] postgres_version = "15"