diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index bc281fb9..6416c24f 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.2.0-beta.6" + #define CUSTOM_BUILD_VERSION "1.2.0" #ifndef STRING_DISTRIBUTION_DATE #define STRING_DISTRIBUTION_DATE "2021-06-24" diff --git a/platformio.ini b/platformio.ini index befaf7c3..0304eb2d 100755 --- a/platformio.ini +++ b/platformio.ini @@ -29,7 +29,6 @@ [platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards -#default_envs = mega2560 extra_configs = i3_mega_envs.ini default_envs = MEGA_1G