From a52e11814a2c0a3a77a204071a7168f294f19a13 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Tue, 13 Aug 2024 11:28:48 +0100 Subject: [PATCH] Change default channel --- processing/processjson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/processjson.js b/processing/processjson.js index 8ab94df..c75bbc3 100644 --- a/processing/processjson.js +++ b/processing/processjson.js @@ -70,7 +70,7 @@ glob("**/workspace.json", async function (err, files) { modified: Date.now(), workspaces: workspaces, channels: [...channels], - default_channel: 'develop' + default_channel: '1.16.0' }; if (channels.size === 0) {