From b00a6decbaa93ff3cb0eead071b1e93616365cfb Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Mon, 25 Mar 2024 09:33:27 -0500 Subject: [PATCH] chore: update version to 3.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8aeb39b..3013dd6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "3.1.0" +version = "3.1.1" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"