Skip to content

Commit

Permalink
Release 3.1.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Apr 5, 2022
1 parent 6bc0fd1 commit 5cfe83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ object TastyFormat {
* compatibility, but remains backwards compatible, with all
* preceeding `MinorVersion`.
*/
final val MinorVersion: Int = 2
final val MinorVersion: Int = 1

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

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

0 comments on commit 5cfe83a

Please sign in to comment.