File tree 2 files changed +4
-4
lines changed
tasty/src/dotty/tools/tasty
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ object DottyJSPlugin extends AutoPlugin {
59
59
}
60
60
61
61
object Build {
62
- val referenceVersion = " 3.1.1-RC2 "
62
+ val referenceVersion = " 3.1.1"
63
63
64
64
val baseVersion = " 3.1.2-RC1"
65
65
@@ -77,7 +77,7 @@ object Build {
77
77
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
78
78
* 3.0.x release.
79
79
*/
80
- val previousDottyVersion = " 3.1.0 "
80
+ val previousDottyVersion = " 3.1.1 "
81
81
82
82
object CompatMode {
83
83
final val BinaryCompatible = 0
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ object TastyFormat {
290
290
* compatibility, but remains backwards compatible, with all
291
291
* preceeding `MinorVersion`.
292
292
*/
293
- final val MinorVersion : Int = 2
293
+ final val MinorVersion : Int = 1
294
294
295
295
/** Natural Number. The `ExperimentalVersion` allows for
296
296
* experimentation with changes to TASTy without committing
@@ -306,7 +306,7 @@ object TastyFormat {
306
306
* is able to read final TASTy documents if the file's
307
307
* `MinorVersion` is strictly less than the current value.
308
308
*/
309
- final val ExperimentalVersion : Int = 1
309
+ final val ExperimentalVersion : Int = 0
310
310
311
311
/** This method implements a binary relation (`<:<`) between two TASTy versions.
312
312
*
You can’t perform that action at this time.
0 commit comments