Skip to content

Commit 2384aed

Browse files
committed
Bump minor Tasty version
1 parent 1228367 commit 2384aed

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
@@ -228,7 +228,7 @@ object TastyFormat {
228228

229229
final val header = Array(0x5C, 0xA1, 0xAB, 0x1F)
230230
val MajorVersion = 4
231-
val MinorVersion = 0
231+
val MinorVersion = 1
232232

233233
/** Tags used to serialize names */
234234
class NameTags {

0 commit comments

Comments
 (0)