Skip to content

Commit

Permalink
version bump (v2.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Nov 15, 2023
1 parent da395ca commit 6102090
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.3.0
vcfdist v2.3.1
```

### Option 2: Docker Image
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ Options:
-c, --citation
please cite vcfdist if used in your analyses; thanks :)
-v, --version
print vcfdist version (v2.3.0)
print vcfdist version (v2.3.1)
```
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Globals {
void init_timers(std::vector<std::string> timer_strs);

// program data
const std::string VERSION = "2.3.0";
const std::string VERSION = "2.3.1";
const std::string PROGRAM = "vcfdist";
std::vector<timer> timers;
};
Expand Down

0 comments on commit 6102090

Please sign in to comment.