Skip to content

Commit 212d8bf

Browse files
committed
Update version in Build.scala
1 parent 8e4ddc6 commit 212d8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object Build {
4040
val dottyOrganization = "ch.epfl.lamp"
4141
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
4242
val dottyVersion = {
43-
val baseVersion = "0.3.0-RC1"
43+
val baseVersion = "0.3.0-RC2"
4444
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
4545
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
4646
if (isNightly)

0 commit comments

Comments
 (0)