From b81399d9985efccbb106c6873057ccabdd0d6e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kriegler?= Date: Thu, 8 Feb 2024 19:04:59 +0100 Subject: [PATCH] Increment build number --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a415d4f..a36c70cd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.GitBranchPrompt name := "search-management-ui" -version := "4.0.3" +version := "4.0.4" maintainer := "Contact productful.io " scalaVersion := "2.12.17"