From bd127fe4912eaf488dd0f051c2563763d2a33def Mon Sep 17 00:00:00 2001 From: alexcardell <29524087+alexcardell@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:49:04 +0100 Subject: [PATCH] Set base version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3024fe6..8f02aca 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.0" // your current series x.y +ThisBuild / tlBaseVersion := "0.1" // your current series x.y ThisBuild / organization := "io.cardell" ThisBuild / organizationName := "Alex Cardell"