Update release notes

This commit is contained in:
Jamie Kyle
2025-02-19 14:13:39 -08:00
parent 4661c2fa7e
commit 41cbb9436e
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.43--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.44--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {