1 parent 68a6333 commit b473439Copy full SHA for b473439
1 file changed
project/Build.scala
@@ -78,7 +78,7 @@ object Build {
78
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
79
* During final, stable release is set exactly to `developedVersion`.
80
*/
81
- val baseVersion = s"$developedVersion-RC2"
+ val baseVersion = s"$developedVersion-RC3"
82
83
/** The version of TASTY that should be emitted, checked in runtime test
84
* For defails on how TASTY version should be set see related discussions:
0 commit comments