From 82cc7fe3f14331e84459de20f0fb503b2baf9380 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Sat, 6 Nov 2021 20:20:03 -0400 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ddda7f5..e728d3f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.renci" name := "relation-graph" -version := "2.0-SNAPSHOT" +version := "2.0" licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT"))