From d723b21a52fde34bec96f423d973fa666c0e5f9e Mon Sep 17 00:00:00 2001 From: "Brent Pedersen (brentp)" Date: Thu, 14 May 2015 12:00:26 -0600 Subject: [PATCH] bump version --- grabix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabix.h b/grabix.h index 3e8f326..c4461de 100644 --- a/grabix.h +++ b/grabix.h @@ -7,7 +7,7 @@ using namespace std; #include "bgzf.h" -#define VERSION "0.1.4" +#define VERSION "0.1.5" // we only want to store the offset for every 10000th // line. otherwise, were we to store the position of every // line in the file, the index could become very large for