Skip to content

Commit 1c6ee2f

Browse files
committed
chore: Update version to 3.3.7-RC2
1 parent ecb6475 commit 1c6ee2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object Build {
107107
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
108108
* During final, stable release is set exactly to `developedVersion`.
109109
*/
110-
val baseVersion = s"$developedVersion-RC1"
110+
val baseVersion = s"$developedVersion-RC2"
111111

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

0 commit comments

Comments
 (0)