Skip to content

Commit

Permalink
Fixed minor parsing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaser committed Jan 18, 2019
1 parent f5af1c7 commit 5e2ecb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "sequence.hpp"
#include "polisher.hpp"

static const char* version = "v1.3.1";
static const char* version = "v1.3.2";

static struct option options[] = {
{"include-unpolished", no_argument, 0, 'u'},
Expand Down
2 changes: 1 addition & 1 deletion vendor/bioparser

0 comments on commit 5e2ecb7

Please sign in to comment.