Skip to content

Commit

Permalink
chore: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ii committed Jan 22, 2025
1 parent a9f8aa4 commit 25fc400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 25fc400

Please sign in to comment.