From b46ba4ef2a21b61e85023009983493d180a01f5e Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Tue, 27 Aug 2024 18:38:09 -0500 Subject: [PATCH] chore: bump version in Cargo.toml from 4.4.0 to 4.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83626e02..3a1bd0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "4.4.0" +version = "4.4.1" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"