Skip to content

Commit

Permalink
Merge pull request scala#2620 from dotty-staging/topic/set-version-0.2.0
Browse files Browse the repository at this point in the history
Set version to 0.2.0
  • Loading branch information
felixmulder authored May 30, 2017
2 parents 05aeeb5 + 2927c94 commit b5d4926
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 @@ -35,7 +35,7 @@ object Build {
val dottyOrganization = "ch.epfl.lamp"
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
val dottyVersion = {
val baseVersion = "0.1.2-RC1"
val baseVersion = "0.2.0"
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
if (isNightly)
Expand Down

0 comments on commit b5d4926

Please sign in to comment.