Skip to content

Commit b5d4926

Browse files
authored
Merge pull request #2620 from dotty-staging/topic/set-version-0.2.0
Set version to 0.2.0
2 parents 05aeeb5 + 2927c94 commit b5d4926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Build {
3535
val dottyOrganization = "ch.epfl.lamp"
3636
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
3737
val dottyVersion = {
38-
val baseVersion = "0.1.2-RC1"
38+
val baseVersion = "0.2.0"
3939
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
4040
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
4141
if (isNightly)

0 commit comments

Comments
 (0)