diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 6fbccf16..25e7f6b7 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,11 +41,11 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.1.4-beta" + #define CUSTOM_BUILD_VERSION "1.1.4" #ifndef STRING_DISTRIBUTION_DATE //#define STRING_DISTRIBUTION_DATE "2020-07-09" - #define STRING_DISTRIBUTION_DATE "2020-08-23" + #define STRING_DISTRIBUTION_DATE "2020-08-24" #endif /**