We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8985c48 commit 6ce2858Copy full SHA for 6ce2858
1 file changed
src/main.rs
@@ -39,7 +39,7 @@ struct RawNode {
39
fn main() -> io::Result<()> {
40
// ========== 1. Parse command-line arguments ==========
41
let matches = Command::new("distree")
42
- .version("1.0")
+ .version("1.0.0")
43
.author("Paula Ruiz-Rodriguez")
44
.about("Extracts a distance matrix from a phylogeny (parallel, low-memory)")
45
.arg(
0 commit comments