From f6b94fad76d814e7e56515a39b7ca3a0bab0da7a Mon Sep 17 00:00:00 2001 From: Shalsh Date: Mon, 11 May 2020 15:32:32 -0400 Subject: [PATCH] Release v1.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a28919f..7134d26 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.phenoscape" name := "kb-owl-tools" -version := "1.10" +version := "1.11" mainClass in Compile := Some("org.phenoscape.owl.build.Command")