Skip to content

Commit 0b0e3fb

Browse files
committed
Change build version number for 0.3.0-RC1 release
1 parent 72c7a90 commit 0b0e3fb

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
@@ -40,7 +40,7 @@ object Build {
4040
val dottyOrganization = "ch.epfl.lamp"
4141
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
4242
val dottyVersion = {
43-
val baseVersion = "0.3.0"
43+
val baseVersion = "0.3.0-RC1"
4444
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
4545
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
4646
if (isNightly)

0 commit comments

Comments
 (0)