diff --git a/ica-rs/src/main.rs b/ica-rs/src/main.rs index 15d4fcd..405ff3a 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -26,8 +26,8 @@ pub type MainStatus = status::BotStatus; pub type StopGetter = tokio::sync::oneshot::Receiver<()>; pub const VERSION: &str = env!("CARGO_PKG_VERSION"); -pub const ICA_VERSION: &str = "1.6.2"; -pub const TAILCHAT_VERSION: &str = "1.2.2"; +pub const ICA_VERSION: &str = "1.6.3"; +pub const TAILCHAT_VERSION: &str = "1.2.3"; const HELP_MSG: &str = r#"/bot-rs 展示 rust 侧信息 diff --git a/news.md b/news.md index 00fe629..b1be5d6 100644 --- a/news.md +++ b/news.md @@ -2,6 +2,7 @@ ## 0.7.1 +- 两个 api 版本号分别升级到 `1.6.3(ica)` 和 `1.2.3(tailchat)` - 加入了 `client_id` - 用的 startup time hash 一遍取后六位 - 以及也有 python 侧的 `client_id` api