diff --git a/src/main/translations/index.ts b/src/main/translations/index.ts index 53f9035..d739ba9 100644 --- a/src/main/translations/index.ts +++ b/src/main/translations/index.ts @@ -16,7 +16,7 @@ type LocaleInfo = { }; const store = new Store>(); -const TRANSLATION_VERSION = '2026.6.6'; +const TRANSLATION_VERSION = '2026.6.7'; const TRANSLATION_CACHE_NAMESPACE = 'translations'; const TRANSLATION_CACHE_KEY_PATTERN = /^translations:\d{4}\.\d+\.\d+:[A-Za-z0-9_-]+$/; const LEGACY_TRANSLATION_CACHE_KEY_PATTERN = /^\d{4}\.\d+\.\d+:[A-Za-z0-9_-]+$/;