Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Aug 12, 2024
1 parent 180deab commit 834c973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object Build {

val referenceVersion = "3.4.2"

val baseVersion = "3.5.0-RC7"
val baseVersion = "3.5.0"

// LTS or Next
val versionLine = "Next"
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 @@ -340,7 +340,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 834c973

Please sign in to comment.