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

Commit 2479ad6

Browse files
committed
Bump manifest format version
1 parent c474b44 commit 2479ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clcache.py

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

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

0 commit comments

Comments
 (0)