修改版本号。

This commit is contained in:
xiaoski 2026-05-25 23:25:58 +08:00
parent 41b4895ff0
commit b89dce013c
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "picobot" name = "picobot"
version = "0.1.0" version = "1.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]

View File

@ -3,6 +3,7 @@ use clap::{Parser, CommandFactory};
#[derive(Parser)] #[derive(Parser)]
#[command(name = "picobot")] #[command(name = "picobot")]
#[command(about = "A CLI chatbot", long_about = None)] #[command(about = "A CLI chatbot", long_about = None)]
#[command(version = "1.1.0")]
enum Command { enum Command {
/// Connect to gateway /// Connect to gateway
Chat { Chat {