Skip to content

Commit 3e7d5af

Browse files
committed
Bump Tasty version
1 parent c8d4523 commit 3e7d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Standard Section: "Comments" Comment*
253253
object TastyFormat {
254254

255255
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
256-
val MajorVersion: Int = 19
256+
val MajorVersion: Int = 20
257257
val MinorVersion: Int = 0
258258

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

0 commit comments

Comments
 (0)