Skip to content

Commit b902306

Browse files
committed
Bump Tasty version
1 parent b9b9388 commit b902306

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 = 12
247+
val MajorVersion: Int = 13
248248
val MinorVersion: Int = 0
249249

250250
/** Tags used to serialize names */

0 commit comments

Comments
 (0)