Skip to content

Commit 8cf019b

Browse files
committed
Updated CLI to v0.9.0
1 parent ad49289 commit 8cf019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/scripts/download-cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(() => {
1212

13-
const DEFAULT_VERSION = '0.9.0-rc3'; // require('moment')().format('YYYYMMDD');
13+
const DEFAULT_VERSION = '0.9.0'; // require('moment')().format('YYYYMMDD');
1414

1515
const path = require('path');
1616
const shell = require('shelljs');

0 commit comments

Comments
 (0)