From 231b426f63d06b5bfb468d958435e789d7317f08 Mon Sep 17 00:00:00 2001 From: Arun Subramaniyan Date: Thu, 30 Mar 2023 20:07:15 -0700 Subject: [PATCH] SNAP 2.0.3: Bug fixes for sorting, non-determinism secondary alignments and single-end alignment --- SNAPLib/CommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNAPLib/CommandProcessor.cpp b/SNAPLib/CommandProcessor.cpp index 3fbd52ef..093ecd3c 100644 --- a/SNAPLib/CommandProcessor.cpp +++ b/SNAPLib/CommandProcessor.cpp @@ -36,7 +36,7 @@ Revision History: #include "Compat.h" #include "HitDepth.h" -const char *SNAP_VERSION = "2.0.3.dev.3"; +const char *SNAP_VERSION = "2.0.3"; static void usage() {