diff --git a/Cargo.lock b/Cargo.lock index ba11d7e..c9cfbfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ dependencies = [ [[package]] name = "kcl-language-server" -version = "0.1.59" +version = "0.1.60" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9f0b9aa..149cec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "kcl-language-server" description = "A language server for KCL." authors = ["KittyCAD Inc "] -version = "0.1.59" +version = "0.1.60" edition = "2021" license = "MIT"