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 {