From a654c6b40e892f064752a6bd4b99117eba745f02 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 14 Jul 2021 03:55:32 -0700 Subject: [PATCH] chore: udpate banner expiration for real this time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forgot to hit "save" last time on one of the two files I was updating. 😅 --- locale/en/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/site.json b/locale/en/site.json index 1876a57f6497..ae78837037d8 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -161,7 +161,7 @@ "banners": { "index": { "startDate": "2021-07-01T16:00:00.000Z", - "endDate": "2021-07-30T16:00:00.000Z", + "endDate": "2021-07-13T16:00:00.000Z", "text": "New security releases now available for 16.x, 14.x, and 12.x release lines", "link": "blog/vulnerability/july-2021-security-releases/" },