diff --git a/src/main.rs b/src/main.rs index ed3abdd..7cb46ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ use std::error::Error; fn main() { let matches = Command::new("bed2gtf") - .version("1.5.0") + .version("1.6.0") .author("Alejandro Gonzales-Irribarren ") .about("A fast and memory efficient BED to GTF converter") .arg(Arg::new("bed")