Skip to content

Commit f2b9ef2

Browse files
committed
Release Dotty 0.4.0-RC1
1 parent 10f5c3f commit f2b9ef2

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
@@ -41,7 +41,7 @@ object Build {
4141
val dottyOrganization = "ch.epfl.lamp"
4242
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
4343
val dottyVersion = {
44-
val baseVersion = "0.4.0"
44+
val baseVersion = "0.4.0-RC1"
4545
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
4646
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
4747
if (isNightly)

0 commit comments

Comments
 (0)