diff --git a/src/cli.rs b/src/cli.rs index f40cfc7..d587eeb 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -89,7 +89,7 @@ fn parse_param(kv: &str) -> Result { /// biscuit creation and inspection CLI. Run `biscuit --help` to see what's available. #[derive(Parser)] -#[clap(version = "0.2.0", author = "Clément D. ")] +#[clap(version = "0.4.0", author = "Clément D. ")] pub struct Opts { #[clap(subcommand)] pub subcmd: SubCommand,