Skip to content

Commit

Permalink
changed version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-Uwe Ulrich committed Mar 12, 2024
1 parent 8132b6c commit fbed112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(int argc, char const **argv)

seqan3::argument_parser top_level_parser{"taxor", argc, argv, seqan3::update_notifications::off,
{"build", "search", "profile"}};
top_level_parser.info.version = "0.1.0";
top_level_parser.info.version = "0.1.2";

try
{
Expand Down

0 comments on commit fbed112

Please sign in to comment.