Skip to content

Commit 9ab6d4d

Browse files
committed
Bump TASTY version.
1 parent 496bc3c commit 9ab6d4d

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
@@ -245,7 +245,7 @@ Standard Section: "Comments" Comment*
245245
object TastyFormat {
246246

247247
final val header = Array(0x5C, 0xA1, 0xAB, 0x1F)
248-
val MajorVersion = 10
248+
val MajorVersion = 11
249249
val MinorVersion = 0
250250

251251
/** Tags used to serialize names */

0 commit comments

Comments
 (0)