Skip to content

Commit

Permalink
version bump (v2.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Feb 9, 2024
1 parent 9f10a53 commit df4c972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you do already have HTSlib installed elsewhere, make sure you've added it to
> make
> sudo make install
> vcfdist --version
vcfdist v2.3.2
vcfdist v2.3.3
```

### Option 2: Docker Image
Expand Down
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Globals {
void init_timers(std::vector<std::string> timer_strs);

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

0 comments on commit df4c972

Please sign in to comment.