From df4c9726b9e7dcd583db5f533a4a6c75d0b5efce Mon Sep 17 00:00:00 2001 From: Tim Dunn Date: Fri, 9 Feb 2024 11:03:34 -0500 Subject: [PATCH] version bump (v2.3.3) --- README.md | 2 +- src/globals.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e5201..49b5f8a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/globals.h b/src/globals.h index c95bee5..8524aea 100644 --- a/src/globals.h +++ b/src/globals.h @@ -78,7 +78,7 @@ class Globals { void init_timers(std::vector 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 timers; };