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