From bed3eb0ad7524752f05ebe7c1a524fe70b5bbccf Mon Sep 17 00:00:00 2001 From: Tim Dunn Date: Mon, 9 Oct 2023 10:10:29 -0400 Subject: [PATCH] Version bump to 2.0.3 --- README.md | 2 +- src/README.md | 2 +- src/globals.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85317a7..b2a3382 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/README.md b/src/README.md index 7414c28..8bdbf7c 100644 --- a/src/README.md +++ b/src/README.md @@ -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) ``` diff --git a/src/globals.h b/src/globals.h index eeeb762..cd85ebe 100644 --- a/src/globals.h +++ b/src/globals.h @@ -73,7 +73,7 @@ class Globals { void init_timers(std::vector timer_strs); // program data - const std::string VERSION = "2.0.2"; + const std::string VERSION = "2.0.3"; const std::string PROGRAM = "vcfdist"; };