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 {
289289 * compatibility, but remains backwards compatible, with all
290290 * preceeding `MinorVersion`.
291291 */
292- final val MinorVersion : Int = 2
292+ final val MinorVersion : Int = 3
293293
294294 /** Natural Number. The `ExperimentalVersion` allows for
295295 * experimentation with changes to TASTy without committing
@@ -305,7 +305,7 @@ object TastyFormat {
305305 * is able to read final TASTy documents if the file's
306306 * `MinorVersion` is strictly less than the current value.
307307 */
308- final val ExperimentalVersion : Int = 0
308+ final val ExperimentalVersion : Int = 1
309309
310310 /** This method implements a binary relation (`<:<`) between two TASTy versions.
311311 *
You can’t perform that action at this time.
0 commit comments