diff --git a/src/main.rs b/src/main.rs index c94932e..6ecc229 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use clap::Parser; #[derive(Parser, Debug)] #[command( - version = "v0.1.0", + version = "v0.1.2", about = "GFA graph comparison tool", long_about = "Compares pangenome graphs by calculating the segmentation distance between two GFA (Graphical Fragment Assembly) files." )]