From 943970708b590ba9fba36ced22ca817c530d298c Mon Sep 17 00:00:00 2001 From: Lucas Satabin Date: Thu, 19 Sep 2024 10:11:37 +0200 Subject: [PATCH] Bump base version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f87874..7e9588e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import laika.config.LinkConfig import laika.config.ApiLinks import laika.config.SourceLinks -ThisBuild / tlBaseVersion := "0.3" +ThisBuild / tlBaseVersion := "0.4" ThisBuild / organization := "com.commercetools" ThisBuild / organizationName := "Commercetools GmbH"