From e59b9fb88bf61c82cdc15f8f3993b9b1bd0021f3 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 14 Aug 2024 12:11:12 +0200 Subject: [PATCH] Release 3.4.3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 12722d4d2810..9aeca2d19ea2 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -86,7 +86,7 @@ object Build { // We don't set reference version to 3.4.2 as it contains a binary compatibility bug we're fixing in 3.4.3 val referenceVersion = "3.4.1" - val baseVersion = "3.4.3-RC1" + val baseVersion = "3.4.3" // LTS or Next val versionLine = "Next"