We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54c860 commit 6661f66Copy full SHA for 6661f66
arduino-ide-extension/scripts/download-cli.js
@@ -10,7 +10,7 @@
10
11
(() => {
12
13
- const DEFAULT_VERSION = '0.11.0'; // require('moment')().format('YYYYMMDD');
+ const DEFAULT_VERSION = '0.11.0-rc1-62-g72c9655f'; // require('moment')().format('YYYYMMDD');
14
15
const path = require('path');
16
const shell = require('shelljs');
0 commit comments