Skip to content

Commit

Permalink
Version bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Oct 9, 2023
1 parent e3155d3 commit bed3eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you do already have HTSlib installed elsewhere, make sure you've added it to
> cd vcfdist/src
> make
> ./vcfdist --version
vcfdist v2.0.2
vcfdist v2.0.3
```


Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ Options:
please cite vcfdist if used in your analyses
-v, --version
print vcfdist version (v2.0.2)
print vcfdist version (v2.0.3)
```
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Globals {
void init_timers(std::vector<std::string> timer_strs);

// program data
const std::string VERSION = "2.0.2";
const std::string VERSION = "2.0.3";
const std::string PROGRAM = "vcfdist";
};

Expand Down

0 comments on commit bed3eb0

Please sign in to comment.