diff --git a/Cargo.lock b/Cargo.lock index fa89e533..5558cab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.10.0" +version = "0.11.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1f61ac81..4f6fd626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["sigoden "] description = "Use GPT-4(V), LocalAI and other LLMs in the terminal."