From f46a628ac005679aadb50362300aa7893aa5d70d Mon Sep 17 00:00:00 2001 From: Jay Carey Date: Tue, 24 Mar 2015 10:28:12 -0400 Subject: [PATCH] Update to 1.130 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 252ea5cbdf..7c284fccdd 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbt.Package.ManifestAttributes name := "htsjdk" -version := "1.129" +version := "1.130" organization := "com.github.samtools"