Skip to content

Commit

Permalink
upd(v): update version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogzi committed Aug 20, 2023
1 parent e1c13bd commit 1379fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::time::Instant;

fn main() {
let matches = Command::new("bed2gtf")
.version("1.0")
.version("1.4.0")
.author("Alejandro Gonzales-Irribarren <jose.gonzalesdezavala1@unmsm.edu.pe>")
.about("A fast and memory efficient BED to GTF converter")
.arg(Arg::new("bed")
Expand Down

0 comments on commit 1379fa4

Please sign in to comment.