Release notes for 7.38

This commit is contained in:
trevor-signal 2025-01-08 14:17:15 -05:00
parent 3a1addbfe5
commit 99b3a83615
2 changed files with 5 additions and 9 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.37--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.38--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {