Skip to content

Commit 4088531

Browse files
committed
Bump TASTy
1 parent dee9e9c commit 4088531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasty/src/dotty/tools/tasty/TastyFormat.scala

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

256256
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
257-
val MajorVersion: Int = 20
257+
val MajorVersion: Int = 21
258258
val MinorVersion: Int = 0
259259

260260
/** Tags used to serialize names, should update [[nameTagToString]] if a new constant is added */

0 commit comments

Comments
 (0)