Skip to content

Commit c33db50

Browse files
committed
Release 3.6.3
1 parent cdd72a0 commit c33db50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ object Build {
115115
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
116116
* During final, stable release is set exactly to `developedVersion`.
117117
*/
118-
val baseVersion = s"$developedVersion-RC2"
118+
val baseVersion = developedVersion
119119

120120
/** Final version of Scala compiler, controlled by environment variables. */
121121
val dottyVersion = {

0 commit comments

Comments
 (0)