From dd00f8b1a8448ff66ffe16d5ee04e5205c734145 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 18 Jul 2023 20:31:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Marlin=201.1.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index ecf468323a..0441ae1565 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.9.1" + #define SHORT_BUILD_VERSION "1.1.9.2" /** * Verbose version identifier which should contain a reference to the location @@ -48,7 +48,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2020-06-20" + #define STRING_DISTRIBUTION_DATE "2023-07-18" /** * Required minimum Configuration.h and Configuration_adv.h file versions.