From c27474f396aed49479ffd115be935ead076f2ae9 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 31 Jan 2021 15:37:45 -0500 Subject: [PATCH] Update Version.h --- Marlin/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 3aa0c6705c..f1dc01128d 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -#define SHORT_BUILD_VERSION "2.0.7_DW7.1" +#define SHORT_BUILD_VERSION "2.0.7_DW7.2" /** * Verbose version identifier which should contain a reference to the location @@ -111,7 +111,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -#define STRING_DISTRIBUTION_DATE "2020-11-07" +#define STRING_DISTRIBUTION_DATE "2021-01-31" /** * Defines a generic printer name to be output to the LCD after booting Marlin.