diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index ccc16210..86f0b664 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.6" + #define CUSTOM_BUILD_VERSION "1.0.7" #ifndef STRING_DISTRIBUTION_DATE #define STRING_DISTRIBUTION_DATE "2020-03-31" diff --git a/Marlin/src/lcd/anycubic_touchscreen.h b/Marlin/src/lcd/anycubic_touchscreen.h index 935dfe50..eb6a6f4e 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.h +++ b/Marlin/src/lcd/anycubic_touchscreen.h @@ -33,7 +33,7 @@ char *ftostr32(const float &); #define TFTBUFSIZE 4 #define TFT_MAX_CMD_SIZE 96 -#define MSG_MY_VERSION "Knutwurst-1.0.5" +#define MSG_MY_VERSION "Knutwurst-1.0.7" #define ANYCUBIC_TFT_STATE_IDLE 0 #define ANYCUBIC_TFT_STATE_SDPRINT 1