From 9e85c07be4c10f9fb5bb9c8788faa91bebfdb333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Wed, 15 Jun 2022 18:27:56 +0200 Subject: [PATCH] Set base version to 3.2.1-RC1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index da65d136bb24..ded493fada3c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -59,7 +59,7 @@ object Build { val referenceVersion = "3.1.3" - val baseVersion = "3.2.0-RC1" + val baseVersion = "3.2.1-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.