From 720e1fd705e18370a3b95e534bb3a302c8f14cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Tue, 13 Feb 2024 17:03:45 +0100 Subject: [PATCH] Set version developed on main as 3.4.2 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 720aa329bbdd..356d8bd0e7b9 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -85,7 +85,7 @@ object Build { val referenceVersion = "3.3.1" - val baseVersion = "3.4.1-RC1" + val baseVersion = "3.4.2-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.