From 370280bcfa96d1ea15e8b0b59f272dbbb3a982b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Mon, 4 Oct 2021 12:43:05 +0200 Subject: [PATCH] Set version to 3.1.0-RC3 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 97d555346cff..7d4db31eccfa 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.1.0-RC1" + val referenceVersion = "3.1.0-RC2" - val baseVersion = "3.1.0-RC2" + val baseVersion = "3.1.0-RC3" // Versions used by the vscode extension to create a new project // This should be the latest published releases.