We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2475c40 commit 92a8f3cCopy full SHA for 92a8f3c
project/Build.scala
@@ -122,7 +122,7 @@ object Build {
122
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
123
* During final, stable release is set exactly to `developedVersion`.
124
*/
125
- val baseVersion = s"$developedVersion-RC2"
+ val baseVersion = developedVersion
126
127
/** The version of TASTY that should be emitted, checked in runtime test
128
* For defails on how TASTY version should be set see related discussions:
0 commit comments