From a6f682d860f4f65628d2db73e1dcf46ad5151251 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 8 Aug 2019 06:39:53 -0500
Subject: [PATCH] [cron] Bump distribution date

---
 Marlin/src/inc/Version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h
index 5ab6dff03e..95ffad59b9 100644
--- a/Marlin/src/inc/Version.h
+++ b/Marlin/src/inc/Version.h
@@ -51,7 +51,7 @@
    * here we define this default string as the date where the latest release
    * version was tagged.
    */
-  #define STRING_DISTRIBUTION_DATE "2019-07-30"
+  #define STRING_DISTRIBUTION_DATE "2019-08-08"
 
   /**
    * Required minimum Configuration.h and Configuration_adv.h file versions.