Release notes for 6.25

This commit is contained in:
Scott Nonnenberg 2023-07-05 15:49:13 -07:00
parent 8177a4e2b3
commit 5998f18041
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.24--0" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.25--0" />],
};
if (releaseNotes.features.length === 1) {