From bbca247145ea83b03f414838170e992a486f239a Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Fri, 26 Apr 2024 18:10:14 -0500 Subject: [PATCH] chore: bump version to 4.0.4 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fd82ad..0ff427d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "4.0.3" +version = "4.0.4" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"