Skip to content

Commit 9d7f439

Browse files
committed
Release 3.6.4-RC2
1 parent e3b2838 commit 9d7f439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

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

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

0 commit comments

Comments
 (0)