From 4e2c2a2c68ac9f2ba90ee4fe1666cee19318d615 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 22 Jun 2021 16:46:29 +0200 Subject: [PATCH] Set version to 3.0.1-RC2 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 724f56145603..1c1474faa74a 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin { object Build { val referenceVersion = "3.0.0" - val baseVersion = "3.0.1-RC1" + val baseVersion = "3.0.1-RC2" // Versions used by the vscode extension to create a new project // This should be the latest published releases.