Release notes for 7.39

This commit is contained in:
Fedor Indutny
2025-01-15 11:56:47 -08:00
parent f90f70c48c
commit 421712e2c7
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.38--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.39--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {