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 @@ -289,7 +289,7 @@ object TastyFormat {
289
289
* compatibility, but remains backwards compatible, with all
290
290
* preceeding `MinorVersion`.
291
291
*/
292
- final val MinorVersion : Int = 2
292
+ final val MinorVersion : Int = 3
293
293
294
294
/** Natural Number. The `ExperimentalVersion` allows for
295
295
* experimentation with changes to TASTy without committing
@@ -305,7 +305,7 @@ object TastyFormat {
305
305
* is able to read final TASTy documents if the file's
306
306
* `MinorVersion` is strictly less than the current value.
307
307
*/
308
- final val ExperimentalVersion : Int = 0
308
+ final val ExperimentalVersion : Int = 1
309
309
310
310
/** This method implements a binary relation (`<:<`) between two TASTy versions.
311
311
*
You can’t perform that action at this time.
0 commit comments