Skip to content

Commit 12d87ba

Browse files
committed
Set tasty version for the release
1 parent 4f9dafa commit 12d87ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasty/src/dotty/tools/tasty/TastyFormat.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ object TastyFormat {
285285
* compatibility, but remains backwards compatible, with all
286286
* preceeding `MinorVersion`.
287287
*/
288-
final val MinorVersion: Int = 2
288+
final val MinorVersion: Int = 1
289289

290290
/** Natural Number. The `ExperimentalVersion` allows for
291291
* experimentation with changes to TASTy without committing
@@ -301,7 +301,7 @@ object TastyFormat {
301301
* is able to read final TASTy documents if the file's
302302
* `MinorVersion` is strictly less than the current value.
303303
*/
304-
final val ExperimentalVersion: Int = 1
304+
final val ExperimentalVersion: Int = 0
305305

306306
/**This method implements a binary relation (`<:<`) between two TASTy versions.
307307
*

0 commit comments

Comments
 (0)