build: past sam was a silly goose

This commit is contained in:
Samuel Attard
2024-09-27 09:14:37 -07:00
parent 51497a9452
commit f7ac1bf039

View File

@@ -8,7 +8,7 @@ const FALLBACK_HASH_VERSION = 3;
// Per platform hash versions to bust the cache on different platforms
const HASH_VERSIONS = {
darwin: 3,
win32: 4,
win32: 3,
linux: 3
};