From 973ee2e31587e6c9e3ae73eab0b2f3690df03d55 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 24 Jun 2021 22:39:06 +0200 Subject: [PATCH] Bump Version for next stable release --- Marlin/src/inc/Version.h | 2 +- platformio.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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