File tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ object Build {
59
59
60
60
val referenceVersion = " 3.1.3"
61
61
62
- val baseVersion = " 3.2.0-RC4 "
62
+ val baseVersion = " 3.2.0"
63
63
64
64
// Versions used by the vscode extension to create a new project
65
65
// This should be the latest published releases.
@@ -75,7 +75,7 @@ object Build {
75
75
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
76
76
* 3.0.x release.
77
77
*/
78
- val previousDottyVersion = " 3.2.0-RC3 "
78
+ val previousDottyVersion = " 3.1.3 "
79
79
80
80
object CompatMode {
81
81
final val BinaryCompatible = 0
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ object TastyFormat {
304
304
* is able to read final TASTy documents if the file's
305
305
* `MinorVersion` is strictly less than the current value.
306
306
*/
307
- final val ExperimentalVersion : Int = 1
307
+ final val ExperimentalVersion : Int = 0
308
308
309
309
/** This method implements a binary relation (`<:<`) between two TASTy versions.
310
310
*
You can’t perform that action at this time.
0 commit comments