From 63562bf6919bde51f81fdf6306c38dace1de02b7 Mon Sep 17 00:00:00 2001
From: brentryanjohnson <brent.johnson@onrr.gov>
Date: Tue, 2 Apr 2019 14:40:19 -0700
Subject: [PATCH] Updates release date

---
 gatsby-site/src/components/sections/WhatsNew/WhatsNew.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gatsby-site/src/components/sections/WhatsNew/WhatsNew.js b/gatsby-site/src/components/sections/WhatsNew/WhatsNew.js
index b80bacdd1..7f33f51d1 100644
--- a/gatsby-site/src/components/sections/WhatsNew/WhatsNew.js
+++ b/gatsby-site/src/components/sections/WhatsNew/WhatsNew.js
@@ -7,7 +7,7 @@ const WhatsNew = (props) => (
   <section className={styles.root+" slab-delta"}>
   	<div className="container-page-wrapper">
 			<h2>What's new</h2>
-			<p>In our latest release on April 2, 2019, we made the following changes:</p>
+			<p>In our latest release on April 3, 2019, we made the following changes:</p>
         <ul className="list-bullet ribbon-card-top-list">
           <li>Updated <Link to="/downloads/federal-production/">fiscal year production data file for 2018</Link>.</li>
         </ul>