Skip to content

Commit 2ee311e

Browse files
bishaboshanicolasstucki
authored andcommitted
bump to next experimental
1 parent 7057f13 commit 2ee311e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = 0
287+
final val MinorVersion: Int = 1
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 = 0
303+
final val ExperimentalVersion: Int = 1
304304

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

0 commit comments

Comments
 (0)