From f2a68f967b767799258026ed7134a437116c80b8 Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:36:52 -0700 Subject: [PATCH] Fix tag issue / 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 45215cc..b264de8 100644 --- a/crates/lsp-ai/Cargo.toml +++ b/crates/lsp-ai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ai" -version = "0.7.0" +version = "0.7.1" description.workspace = true repository.workspace = true