Skip to content

Commit

Permalink
Release Dotty 0.4.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrenucci committed Oct 16, 2017
1 parent 10f5c3f commit f2b9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Build {
val dottyOrganization = "ch.epfl.lamp"
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
val dottyVersion = {
val baseVersion = "0.4.0"
val baseVersion = "0.4.0-RC1"
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
if (isNightly)
Expand Down

0 comments on commit f2b9ef2

Please sign in to comment.