Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit fc41196

Browse files
committed
Bump manifest format version
1 parent ab441ad commit fc41196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class ManifestRepository(object):
192192
# invalidation, such that a manifest that was stored using the old format is not
193193
# interpreted using the new format. Instead the old file will not be touched
194194
# again due to a new manifest hash and is cleaned away after some time.
195-
MANIFEST_FILE_FORMAT_VERSION = 5
195+
MANIFEST_FILE_FORMAT_VERSION = 6
196196

197197
def __init__(self, manifestsRootDir):
198198
self._manifestsRootDir = manifestsRootDir

0 commit comments

Comments
 (0)