修改版本号。
This commit is contained in:
parent
41b4895ff0
commit
b89dce013c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "picobot"
|
||||
version = "0.1.0"
|
||||
version = "1.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -3,6 +3,7 @@ use clap::{Parser, CommandFactory};
|
||||
#[derive(Parser)]
|
||||
#[command(name = "picobot")]
|
||||
#[command(about = "A CLI chatbot", long_about = None)]
|
||||
#[command(version = "1.1.0")]
|
||||
enum Command {
|
||||
/// Connect to gateway
|
||||
Chat {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user