From 1c48817a4775314d180ffcc5bae32652a381a82b Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 11 Dec 2019 00:00:04 -0600
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 7eb80248a6..f67928f1c0 100644
--- a/Marlin/src/inc/Version.h
+++ b/Marlin/src/inc/Version.h
@@ -42,7 +42,7 @@
  * version was tagged.
  */
 #ifndef STRING_DISTRIBUTION_DATE
-  #define STRING_DISTRIBUTION_DATE "2019-12-10"
+  #define STRING_DISTRIBUTION_DATE "2019-12-11"
 #endif
 
 /**