Skip to content

Commit fde9672

Browse files
committed
Bump TASTy
1 parent 3b685f9 commit fde9672

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
@@ -249,7 +249,7 @@ Standard Section: "Comments" Comment*
249249
object TastyFormat {
250250

251251
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
252-
val MajorVersion: Int = 20
252+
val MajorVersion: Int = 21
253253
val MinorVersion: Int = 0
254254

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

0 commit comments

Comments
 (0)