Updated CLI to v0.9.0

This commit is contained in:
Miro Spönemann 2020-02-26 18:17:37 +01:00
parent ad4928957e
commit 8cf019bc07

View File

@ -10,7 +10,7 @@
(() => {
const DEFAULT_VERSION = '0.9.0-rc3'; // require('moment')().format('YYYYMMDD');
const DEFAULT_VERSION = '0.9.0'; // require('moment')().format('YYYYMMDD');
const path = require('path');
const shell = require('shelljs');