Skip to content

Commit 54d7089

Browse files
authored
Merge pull request #2847 from lampepfl/0.2.0-RC1
RLZ 0.2.0-RC1
2 parents 1e589ac + e99d705 commit 54d7089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Build {
3737
val dottyOrganization = "ch.epfl.lamp"
3838
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
3939
val dottyVersion = {
40-
val baseVersion = "0.2.0"
40+
val baseVersion = "0.2.0-RC1"
4141
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
4242
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
4343
if (isNightly)

0 commit comments

Comments
 (0)