File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ object TastyFormat {
288
288
* compatibility, but remains backwards compatible, with all
289
289
* preceeding `MinorVersion`.
290
290
*/
291
- final val MinorVersion : Int = 3
291
+ final val MinorVersion : Int = 2
292
292
293
293
/** Natural Number. The `ExperimentalVersion` allows for
294
294
* experimentation with changes to TASTy without committing
@@ -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