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