From e1e2e4ed1d7a8293e1c2121f8d63ea734ba26e73 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Mon, 14 Oct 2024 14:36:29 -0400 Subject: [PATCH] Fix tlBaseVersion --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40e98a1..99fab43 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ // https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway -ThisBuild / tlBaseVersion := "0.2" // your current series x.y +ThisBuild / tlBaseVersion := "0.3" // your current series x.y ThisBuild / organization := "com.banno" ThisBuild / organizationName := "Jack Henry & Associates, Inc.®"