Skip to content

Commit bb8910a

Browse files
committed
Release 3.7.3-RC2
1 parent fb1921f commit bb8910a

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
@@ -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 = s"$developedVersion-RC1"
75+
val baseVersion = s"$developedVersion-RC2"
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:

0 commit comments

Comments
 (0)