From 25fc400c44d0ab4b13022869995d770676b98588 Mon Sep 17 00:00:00 2001 From: k3ii Date: Wed, 22 Jan 2025 22:37:00 +0400 Subject: [PATCH] chore: bump version to 0.1.2 --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")