File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments