From 8c2b7891f4a8c6f6c54fe2bb9727ead11ac2b004 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 20 Feb 2024 11:57:49 -0500 Subject: [PATCH] version should have been bumped as part of merging PR #137 to keep tests passing --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ef20065..9b53cecc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.GitBranchPrompt name := "search-management-ui" -version := "4.0.5" +version := "4.0.6" maintainer := "Contact productful.io " scalaVersion := "2.12.17"