We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4377e99 commit 6b2b881Copy full SHA for 6b2b881
project/Build.scala
@@ -118,7 +118,7 @@ object Build {
118
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
119
* During final, stable release is set exactly to `developedVersion`.
120
*/
121
- val baseVersion = s"$developedVersion-RC2"
+ val baseVersion = developedVersion
122
123
/** The version of TASTY that should be emitted, checked in runtime test
124
* For defails on how TASTY version should be set see related discussions:
0 commit comments