File tree 2 files changed +2
-2
lines changed
tasty/src/dotty/tools/tasty
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ object Build {
109
109
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
110
110
* During final, stable release is set exactly to `developedVersion`.
111
111
*/
112
- val baseVersion = s " $ developedVersion-RC3 "
112
+ val baseVersion = developedVersion
113
113
114
114
/** Final version of Scala compiler, controlled by environment variables. */
115
115
val dottyVersion = {
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ object TastyFormat {
340
340
* is able to read final TASTy documents if the file's
341
341
* `MinorVersion` is strictly less than the current value.
342
342
*/
343
- final val ExperimentalVersion : Int = 2
343
+ final val ExperimentalVersion : Int = 0
344
344
345
345
/** This method implements a binary relation (`<:<`) between two TASTy versions.
346
346
*
You can’t perform that action at this time.
0 commit comments