Release notes for 7.25

This commit is contained in:
Scott Nonnenberg 2024-09-12 11:18:25 +10:00
parent 3bff7ddbb8
commit 94cb1544e5
2 changed files with 5 additions and 1 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.24--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.25--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {