Skip to content

Commit 7d1f407

Browse files
committed
[Temporary] Bump Tasty version
Make sure that the full bootstrap still works when the reference compiler uses a different Tasty version.
1 parent 7e87100 commit 7d1f407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Standard Section: "Comments" Comment*
244244
object TastyFormat {
245245

246246
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
247-
val MajorVersion: Int = 13
247+
val MajorVersion: Int = 14
248248
val MinorVersion: Int = 0
249249

250250
/** Tags used to serialize names */

0 commit comments

Comments
 (0)