Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Collins committed Jan 6, 2023
1 parent 3d21f29 commit f77bae1
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 @@ -10,7 +10,7 @@ mod read_alignment;
/// specified homopolymers in an assembly. Report errors in the sequencing of
/// those homopolymers
#[derive(Parser)]
#[clap(version = "0.2.3", author = "Alan Collins <[email protected]>")]
#[clap(version = "0.2.4", author = "Alan Collins <[email protected]>")]
struct Opts {
/// file with homopolymer locations and bases
#[clap(short, long)]
Expand Down

0 comments on commit f77bae1

Please sign in to comment.