Skip to content

Commit be351fd

Browse files
committed
Bump the cache version to 2 to invalidate the old version.
1 parent a57a330 commit be351fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ducktools/pythonfinder/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
CACHE_FOLDER = os.path.join(USER_FOLDER, ".cache", "ducktools", "pythonfinder")
8181

8282

83-
CACHE_VERSION = 1
83+
CACHE_VERSION = 2
8484
DETAILS_CACHE_PATH = os.path.join(CACHE_FOLDER, f"runtime_cache_v{CACHE_VERSION}.json")
8585
INSTALLER_CACHE_PATH = os.path.join(CACHE_FOLDER, "installer_details.json")
8686

0 commit comments

Comments
 (0)