Skip to content

Commit aa22da4

Browse files
chore: Bump cache version to 11
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent afa698c commit aa22da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
from mypy_extensions import u8
7373

7474
# High-level cache layout format
75-
CACHE_VERSION: Final = 9
75+
CACHE_VERSION: Final = 11
7676

7777
# Type used internally to represent errors:
7878
# (path, line, column, end_line, end_column, severity, message, code)

0 commit comments

Comments
 (0)