Skip to content

Commit

Permalink
Merge pull request #2847 from lampepfl/0.2.0-RC1
Browse files Browse the repository at this point in the history
RLZ 0.2.0-RC1
  • Loading branch information
DarkDimius authored Jul 11, 2017
2 parents 1e589ac + e99d705 commit 54d7089
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 @@ -37,7 +37,7 @@ object Build {
val dottyOrganization = "ch.epfl.lamp"
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
val dottyVersion = {
val baseVersion = "0.2.0"
val baseVersion = "0.2.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 54d7089

Please sign in to comment.