Skip to content

Commit

Permalink
Version bump (v1.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Apr 21, 2023
1 parent 443e61a commit a9005f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ vcfdist's only dependencies are GCC v8+ and HTSlib. Please note that on Mac, `g+
If you do already have HTSlib installed elsewhere, make sure you've added it to your `LD_LIBRARY_PATH`. At this point, installation is as simple as cloning the repository and building the executable:

```bash
> git clone --branch v1.2.2 https://github.com/timd1/vcfdist
> git clone --branch v1.2.3 https://github.com/timd1/vcfdist
> cd vcfdist/src
> make
> ./vcfdist --version
vcfdist v1.2.2
vcfdist v1.2.3
```


Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Options:
please cite vcfdist if used in your analyses
-v, --version
print vcfdist version (v1.2.2)
print vcfdist version (v1.2.3)
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Globals {
void print_citation() const;

// program data
const std::string VERSION = "1.2.2";
const std::string VERSION = "1.2.3";
const std::string PROGRAM = "vcfdist";
};

Expand Down

0 comments on commit a9005f3

Please sign in to comment.