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