Skip to content

Commit b42d317

Browse files
authored
Bump version to 0.3.0
1 parent ac13cc2 commit b42d317

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
@@ -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-RC1"
40+
val baseVersion = "0.3.0"
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)