Skip to content

Commit 9254654

Browse files
committed
Release 3.7.0-RC3
1 parent eb3931e commit 9254654

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
@@ -123,7 +123,7 @@ object Build {
123123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124124
* During final, stable release is set exactly to `developedVersion`.
125125
*/
126-
val baseVersion = s"$developedVersion-RC2"
126+
val baseVersion = s"$developedVersion-RC3"
127127

128128
/** The version of TASTY that should be emitted, checked in runtime test
129129
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)