Skip to content

Commit 1af7a2e

Browse files
authored
2.0 (#11337)
1 parent c7c8a2c commit 1af7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defi/src/rwa/file-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs';
22
import path from 'path';
33

44
// Bump this version to reset the cache
5-
const CACHE_VERSION = 'v1.9';
5+
const CACHE_VERSION = 'v2.0';
66

77
const CACHE_DIR = process.env.RWA_CACHE_DIR || path.join(__dirname, '.rwa-cache');
88
const VERSIONED_CACHE_DIR = path.join(CACHE_DIR, CACHE_VERSION);

0 commit comments

Comments
 (0)