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 @@ -284,7 +284,7 @@ object TastyFormat {
284
284
* compatibility, but remains backwards compatible, with all
285
285
* preceeding `MinorVersion`.
286
286
*/
287
- final val MinorVersion : Int = 0
287
+ final val MinorVersion : Int = 1
288
288
289
289
/** Natural Number. The `ExperimentalVersion` allows for
290
290
* experimentation with changes to TASTy without committing
@@ -300,7 +300,7 @@ object TastyFormat {
300
300
* is able to read final TASTy documents if the file's
301
301
* `MinorVersion` is strictly less than the current value.
302
302
*/
303
- final val ExperimentalVersion : Int = 0
303
+ final val ExperimentalVersion : Int = 1
304
304
305
305
/** This method implements a binary relation (`<:<`) between two TASTy versions.
306
306
*
You can’t perform that action at this time.
0 commit comments