Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
bump version 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 committed Dec 9, 2023
1 parent 9064658 commit dcdc8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kook_onebot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ impl KookOnebot {
"retcode":0,
"data": {
"app_name":"kook-onebot",
"app_version":"0.0.13",
"app_version":"0.0.14",
"protocol_version":"v11"
},
"echo":echo
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
)).with_max_level(tracing::Level::INFO)
.init();

log::warn!("欢迎使用KookOnebot by super1207!!! v0.0.13");
log::warn!("欢迎使用KookOnebot by super1207!!! v0.0.14");

log::warn!("开源地址:https://github.com/super1207/KookOneBot");

Expand Down

0 comments on commit dcdc8f9

Please sign in to comment.