Skip to content

Commit

Permalink
feat(version): update to v.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogzi committed Oct 2, 2023
1 parent 0b51227 commit 57b3952
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 @@ -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 <[email protected]>")
.about("A fast and memory efficient BED to GTF converter")
.arg(Arg::new("bed")
Expand Down

0 comments on commit 57b3952

Please sign in to comment.