From 3a4c633a108ce2d7e8716bf7d1095add95aaba47 Mon Sep 17 00:00:00 2001 From: Jay Carey Date: Wed, 7 Oct 2015 14:57:15 -0400 Subject: [PATCH] Updating version to 1.140 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ae3bc232c..6296d989a1 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbt.Package.ManifestAttributes name := "htsjdk" -val buildVersion = "1.139" +val buildVersion = "1.140" organization := "com.github.samtools"