File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ object Build {
6363 *
6464 * Warning: Change of this variable might require updating `expectedTastyVersion`
6565 */
66- val developedVersion = " 3.7.3 "
66+ val developedVersion = " 3.7.4 "
6767
6868 /** The version of the compiler including the RC prefix.
6969 * Defined as common base before calculating environment specific suffixes in `dottyVersion`
@@ -72,7 +72,7 @@ object Build {
7272 * During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
7373 * During final, stable release is set exactly to `developedVersion`.
7474 */
75- val baseVersion = developedVersion
75+ val baseVersion = s " $ developedVersion-RC1 "
7676
7777 /** The version of TASTY that should be emitted, checked in runtime test
7878 * For defails on how TASTY version should be set see related discussions:
You can’t perform that action at this time.
0 commit comments