We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88c4a5 commit 51b2976Copy full SHA for 51b2976
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-RC3"
+ val baseVersion = developedVersion
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