Skip to content

Commit

Permalink
WhatsNew: Update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Sep 8, 2021
1 parent f799089 commit a641219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/WhatsNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {

const viewReleaseNotes = () => {
setReleaseNotes({
date: new Date('09/02/2021'),
date: new Date('09/08/2021'),
version: window.getVersion(),
features: ['WhatsNew__v5.17--1', 'WhatsNew__v5.17--2'],
});
Expand Down

0 comments on commit a641219

Please sign in to comment.