Skip to content

Commit 834c973

Browse files
committed
Release 3.5.0
1 parent 180deab commit 834c973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ object Build {
8888

8989
val referenceVersion = "3.4.2"
9090

91-
val baseVersion = "3.5.0-RC7"
91+
val baseVersion = "3.5.0"
9292

9393
// LTS or Next
9494
val versionLine = "Next"

Diff for: tasty/src/dotty/tools/tasty/TastyFormat.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ object TastyFormat {
340340
* is able to read final TASTy documents if the file's
341341
* `MinorVersion` is strictly less than the current value.
342342
*/
343-
final val ExperimentalVersion: Int = 1
343+
final val ExperimentalVersion: Int = 0
344344

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

0 commit comments

Comments
 (0)