From 0b3ba1e16770c5f015d9b6a4cd2390e6960b7eb3 Mon Sep 17 00:00:00 2001 From: thinkyhead Date: Fri, 9 Oct 2020 00:14:12 +0000 Subject: [PATCH] [cron] Bump distribution date (2020-10-09) --- 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 a9a68c98aa67..b75ae2aeb42e 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 "2020-10-08" + #define STRING_DISTRIBUTION_DATE "2020-10-09" #endif /**