diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 1499721c23..c73cafa9b0 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -38,7 +38,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "SM2-4.4.9" + #define SHORT_BUILD_VERSION "SM2-4.4.11" /** * Verbose version identifier which should contain a reference to the location @@ -51,7 +51,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2021-12-01" + #define STRING_DISTRIBUTION_DATE "2021-12-06" /** * Required minimum Configuration.h and Configuration_adv.h file versions.