File tree 1 file changed +2
-2
lines changed
tasty/src/dotty/tools/tasty 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ object TastyFormat {
285
285
* compatibility, but remains backwards compatible, with all
286
286
* preceeding `MinorVersion`.
287
287
*/
288
- final val MinorVersion : Int = 1
288
+ final val MinorVersion : Int = 0
289
289
290
290
/** Natural Number. The `ExperimentalVersion` allows for
291
291
* experimentation with changes to TASTy without committing
@@ -301,7 +301,7 @@ object TastyFormat {
301
301
* is able to read final TASTy documents if the file's
302
302
* `MinorVersion` is strictly less than the current value.
303
303
*/
304
- final val ExperimentalVersion : Int = 1
304
+ final val ExperimentalVersion : Int = 2
305
305
306
306
/** This method implements a binary relation (`<:<`) between two TASTy versions.
307
307
* We label the lhs `file` and rhs `compiler`.
You can’t perform that action at this time.
0 commit comments