Add release notes for 6.38

This commit is contained in:
trevor-signal 2023-11-02 09:54:04 -04:00
parent 0b08fc9e1f
commit 07d81ebd27
2 changed files with 4 additions and 7 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.37--0" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.38--0" />],
};
if (releaseNotes.features.length === 1) {