diff --git a/builds/default.js b/builds/default.js index f45a9631c..c54a6eee8 100644 --- a/builds/default.js +++ b/builds/default.js @@ -8,6 +8,6 @@ module.exports = { repo: "https://github.com/MarlinFirmware/Configurations/", path: "/config/examples/Creality/Ender-3/CrealityV422/", stable_branch: "release-{{marlin_version}}", - nightly_branch: "bugfix-2.0.x" + nightly_branch: "bugfix-2.1.x" } };