From fd450f885677f72fa15f73dea2ac7f9f91a74b8f Mon Sep 17 00:00:00 2001 From: Darren Gibson Date: Fri, 2 Aug 2024 12:47:00 -0500 Subject: [PATCH] Bump minor version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1fe2472..54ca99d 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.5" // your current series x.y +ThisBuild / tlBaseVersion := "0.6" // your current series x.y ThisBuild / organization := "org.typelevel" ThisBuild / organizationName := "Typelevel"