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 f8a1d03 commit eb198cfCopy full SHA for eb198cf
project/Build.scala
@@ -72,7 +72,7 @@ object Build {
72
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
73
* During final, stable release is set exactly to `developedVersion`.
74
*/
75
- val baseVersion = s"$developedVersion-RC3"
+ val baseVersion = developedVersion
76
77
/** The version of TASTY that should be emitted, checked in runtime test
78
* For defails on how TASTY version should be set see related discussions:
0 commit comments