Skip to content

Commit 820fe41

Browse files
committed
Release 3.2.0
1 parent 1d34bcf commit 820fe41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object Build {
5959

6060
val referenceVersion = "3.1.3"
6161

62-
val baseVersion = "3.2.0-RC4"
62+
val baseVersion = "3.2.0"
6363

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

8080
object CompatMode {
8181
final val BinaryCompatible = 0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ object TastyFormat {
304304
* is able to read final TASTy documents if the file's
305305
* `MinorVersion` is strictly less than the current value.
306306
*/
307-
final val ExperimentalVersion: Int = 1
307+
final val ExperimentalVersion: Int = 0
308308

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

0 commit comments

Comments
 (0)