chore: move date forwards

This commit is contained in:
Paul Makles 2023-02-23 19:12:26 +01:00
parent ff0330ec1b
commit 056ec623cb
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6
2 changed files with 2 additions and 2 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit a8c77596457bcc6f24d0a764c308df74e12633af
Subproject commit 995fe65707cae9162b34d58ba0159e78d1b3e37e

View file

@ -31,7 +31,7 @@ export const changelogEntries: Record<number, ChangelogPost> = {
],
},
2: {
date: new Date("2023-02-22T17:30:00.000Z"),
date: new Date("2023-02-23T20:00:00.000Z"),
title: "In-App Reporting Is Here",
content: [
"You can now report any user, server, or message directly from the app.",