We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05aeeb5 + 2927c94 commit b5d4926Copy full SHA for b5d4926
project/Build.scala
@@ -35,7 +35,7 @@ object Build {
35
val dottyOrganization = "ch.epfl.lamp"
36
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
37
val dottyVersion = {
38
- val baseVersion = "0.1.2-RC1"
+ val baseVersion = "0.2.0"
39
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
40
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
41
if (isNightly)
0 commit comments