From e855da5353d21ddea6783e4f9930cd36f763b15f Mon Sep 17 00:00:00 2001 From: Zisis Maras Date: Sun, 5 Jun 2022 13:34:23 +0300 Subject: [PATCH] change bugfix branch to 2.1.x --- builds/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } };