Skip to content

Commit dfb23f9

Browse files
committed
Release 3.3.1-RC1
1 parent 390f836 commit dfb23f9

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
@@ -290,7 +290,7 @@ object TastyFormat {
290290
* compatibility, but remains backwards compatible, with all
291291
* preceeding `MinorVersion`.
292292
*/
293-
final val MinorVersion: Int = 4
293+
final val MinorVersion: Int = 3
294294

295295
/** Natural Number. The `ExperimentalVersion` allows for
296296
* experimentation with changes to TASTy without committing
@@ -306,7 +306,7 @@ object TastyFormat {
306306
* is able to read final TASTy documents if the file's
307307
* `MinorVersion` is strictly less than the current value.
308308
*/
309-
final val ExperimentalVersion: Int = 1
309+
final val ExperimentalVersion: Int = 0
310310

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

0 commit comments

Comments
 (0)