From 8c9141e1dafca8901864df4cc8a001b1954a594b Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 28 Oct 2023 20:42:41 +0800 Subject: [PATCH] cut version v0.9.0-rc2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc0dc1d6..7d93df1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.9.0-rc1" +version = "0.9.0-rc2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 6a2753d6..3e142dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.9.0-rc1" +version = "0.9.0-rc2" edition = "2021" authors = ["sigoden "] description = "A powerful chatgpt cli."