Skip to content

Commit

Permalink
[FIX,DOC] Fix help page version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Aug 31, 2022
1 parent 4111bc7 commit 26b0980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sviper/sviper.h
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ seqan::ArgumentParser::ParseResult parseCommandLine(CmdOptions & options, int ar
{
// Setup ArgumentParser.
seqan::ArgumentParser parser("SViper");
setVersion(parser, "2.0.0");
setVersion(parser, "2.1.0");

seqan::addOption(parser, seqan::ArgParseOption(
"c", "candidate-vcf",

0 comments on commit 26b0980

Please sign in to comment.