From 460742e54cf92ad257a1f68c80beffcf46050764 Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:35:42 -0700 Subject: [PATCH] Bump version --- crates/lsp-ai/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lsp-ai/Cargo.toml b/crates/lsp-ai/Cargo.toml index d2ee811..1ea7146 100644 --- a/crates/lsp-ai/Cargo.toml +++ b/crates/lsp-ai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ai" -version = "0.4.0" +version = "0.4.1" description.workspace = true repository.workspace = true