From b89dce013ce3c15cdbf87a47402fa49a4826dfff Mon Sep 17 00:00:00 2001 From: xiaoski Date: Mon, 25 May 2026 23:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- src/main.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4edf0e4..ea1a87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "picobot" -version = "0.1.0" +version = "1.1.0" edition = "2024" [dependencies] diff --git a/src/main.rs b/src/main.rs index 1af6402..6a68b2f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 {