Skip to content

Commit

Permalink
Change default channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Aug 13, 2024
1 parent c58a43d commit a52e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/processjson.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a52e118

Please sign in to comment.