diff --git a/src/cli.rs b/src/cli.rs index 82451ed..a98d444 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -2,7 +2,7 @@ use clap::{Arg, Command}; pub fn cli() -> Command { Command::new("conze") - .version("0.1.1") + .version("0.1.2") .author("Jain Ramchurn") .subcommand( Command::new("bridge")