Skip to content

Commit f6919af

Browse files
committed
Increment TTC version
1 parent 5ab91ca commit f6919af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Binary.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Data.Buffer
3333
-- TTC files can only be compatible if the version number is the same
3434
export
3535
ttcVersion : Int
36-
ttcVersion = 53
36+
ttcVersion = 54
3737

3838
export
3939
checkTTCVersion : String -> Int -> Int -> Core ()

0 commit comments

Comments
 (0)