diff --git a/src/main/translations/index.ts b/src/main/translations/index.ts index d8d7695..d0a4afd 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.3'; +const TRANSLATION_VERSION = '2026.6.4'; 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_-]+$/;