summary refs log tree commit diff
path: root/pkgs/tools/security/biscuit-cli/version-0.4.0.patch
blob: d2ed06f211ca525c7057649d016409df8062357e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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<Param, std::io::Error> {
 
 /// biscuit creation and inspection CLI. Run `biscuit --help` to see what's available.
 #[derive(Parser)]
-#[clap(version = "0.2.0", author = "Clément D. <clement@delafargue.name>")]
+#[clap(version = "0.4.0", author = "Clément D. <clement@delafargue.name>")]
 pub struct Opts {
     #[clap(subcommand)]
     pub subcmd: SubCommand,