Skip to content

Commit

Permalink
Merge pull request #3 from mtomko/0.5.0
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
mtomko committed Feb 16, 2016
2 parents ab3dd00 + 1317bb5 commit 6a36251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ open Extensions
let command = Command.group ~summary:"Process FASTA files"
[ "list", List_seqs.cmd; "print", Print_seq.cmd; "sub", Sub_seq.cmd]

let () = Command.run command
let () = Command.run ~version:"0.5.0" command

0 comments on commit 6a36251

Please sign in to comment.