From d1b0f09d5038abfe127f7917376836911da69bb7 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:57:26 +0100 Subject: [PATCH] update timestamps --- web/src/content/upgrades/v8/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/content/upgrades/v8/data.ts b/web/src/content/upgrades/v8/data.ts index d644ef8..acd94e1 100644 --- a/web/src/content/upgrades/v8/data.ts +++ b/web/src/content/upgrades/v8/data.ts @@ -6,7 +6,7 @@ export const data = { brief: 'Version 8 is out with some cool new features like background jobs! Upgrading should be easy with this guide to help you along the way.', tags: ['v8'], - publishedAt: new Date('2024-08-23T12:00:00.000Z'), - updatedAt: new Date('2024-08-23T12:00:00.000Z'), + publishedAt: new Date('2024-09-04T00:10:00.000Z'), + updatedAt: new Date('2024-09-04T00:10:00.000Z'), author: JoshGMWalker, }