From d07073d2c3628e2ea4b3ebca64ed6e2ff093a6c8 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Fri, 13 Mar 2026 15:49:12 -0400 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 62092bf..625556d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq( organization := "org.geneontology", - version := "2.3.3", + version := "2.3.4", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/balhoff/relation-graph")), scalaVersion := "2.13.17",