From 7ccb2cc253c329b11c0e587c3ee5df6dec939907 Mon Sep 17 00:00:00 2001 From: Shalsh Date: Tue, 21 Apr 2020 15:38:23 -0400 Subject: [PATCH] Update build tag --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5aa1f54..c92086e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.phenoscape" name := "kb-owl-tools" -version := "1.9.1" +version := "1.9.3" mainClass in Compile := Some("org.phenoscape.owl.build.Command")