Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Aug 31, 2022
1 parent 1d34bcf commit 820fe41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Build {

val referenceVersion = "3.1.3"

val baseVersion = "3.2.0-RC4"
val baseVersion = "3.2.0"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand All @@ -75,7 +75,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.2.0-RC3"
val previousDottyVersion = "3.1.3"

object CompatMode {
final val BinaryCompatible = 0
Expand Down
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,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 820fe41

Please sign in to comment.