Skip to content

Commit 877c656

Browse files
committed
chore: version bump (v2.6.2)
1 parent 60d975a commit 877c656

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you do already have HTSlib installed elsewhere, make sure you've added it to
101101
> make
102102
> sudo make install
103103
> vcfdist --version
104-
vcfdist v2.6.1
104+
vcfdist v2.6.2
105105
```
106106

107107
## Usage

src/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Globals {
7676
void init_timers(std::vector<std::string> timer_strs);
7777

7878
// program data
79-
const std::string VERSION = "2.6.1";
79+
const std::string VERSION = "2.6.2";
8080
const std::string PROGRAM = "vcfdist";
8181
std::vector<timer> timers;
8282
};

0 commit comments

Comments
 (0)