Skip to content

Commit ee83e1b

Browse files
committed
Release 3.8.0-RC2
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent 1cb1d21 commit ee83e1b

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
@@ -80,7 +80,7 @@ object Build {
8080
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
8181
* During final, stable release is set exactly to `developedVersion`.
8282
*/
83-
val baseVersion = s"$developedVersion-RC1"
83+
val baseVersion = s"$developedVersion-RC2"
8484

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

0 commit comments

Comments
 (0)