diff --git a/src/main.rs b/src/main.rs index 2a6216bb1..ddfa7ceee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,7 +109,7 @@ enum CompletionShell { #[derive(Parser, Debug)] #[command(name = "zeroclaw")] #[command(author = "theonlyhennygod")] -#[command(version = "0.1.0")] +#[command(version)] #[command(about = "The fastest, smallest AI assistant.", long_about = None)] struct Cli { #[arg(long, global = true)]