From 0f43e569f9c2f9f3d1dff267caaf33c01aa32475 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Wed, 23 Jun 2021 12:50:00 -0400 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index deef75f..fb93de2 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.renci" name := "blazegraph-runner" -version := "1.6.3" +version := "1.6.4" licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))