Skip to content

Commit

Permalink
Release 3.6.3-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 30, 2024
1 parent a05de1c commit b89886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object Build {
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
* During final, stable release is set exactly to `developedVersion`.
*/
val baseVersion = s"$developedVersion-RC1"
val baseVersion = s"$developedVersion-RC2"

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

0 comments on commit b89886b

Please sign in to comment.