diff --git a/Cargo.lock b/Cargo.lock index 0b5464a..0fb62f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.9.0" +version = "0.10.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b5f799b..569d9e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["sigoden "] description = "Use ChatGPT, LocalAI and other LLMs in the terminal."