diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 3c738dbd..56c56e37 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -38,7 +38,7 @@ * Defines the version of the Marlin build. Not to be confused with * Marlin's own build number, e.g. 2.0.x. */ - #define CUSTOM_BUILD_VERSION "1.0.1" + #define CUSTOM_BUILD_VERSION "1.0.2" #ifndef STRING_DISTRIBUTION_DATE #define STRING_DISTRIBUTION_DATE "2020-03-31"