Skip to content

Commit 6d1df2e

Browse files
committed
Release 3.2.2-RC1
1 parent 56d0268 commit 6d1df2e

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
@@ -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
*

0 commit comments

Comments
 (0)