From bb777197377baa994b92d71d86e532dbc4d27a8a Mon Sep 17 00:00:00 2001 From: Shalsh Date: Tue, 5 Feb 2019 17:11:07 -0500 Subject: [PATCH] Increment version number for new release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15a32e7..eebb9a5 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.phenoscape" name := "kb-owl-tools" -version := "1.6" +version := "1.7" mainClass in Compile := Some("org.phenoscape.owl.build.Command")