We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7057f13 commit 2ee311eCopy full SHA for 2ee311e
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -284,7 +284,7 @@ object TastyFormat {
284
* compatibility, but remains backwards compatible, with all
285
* preceeding `MinorVersion`.
286
*/
287
- final val MinorVersion: Int = 0
+ final val MinorVersion: Int = 1
288
289
/**Natural Number. The `ExperimentalVersion` allows for
290
* experimentation with changes to TASTy without committing
@@ -300,7 +300,7 @@ object TastyFormat {
300
* is able to read final TASTy documents if the file's
301
* `MinorVersion` is strictly less than the current value.
302
303
- final val ExperimentalVersion: Int = 0
+ final val ExperimentalVersion: Int = 1
304
305
/**This method implements a binary relation (`<:<`) between two TASTy versions.
306
*
0 commit comments