Updated to CLI version 0.9.0-rc2

This commit is contained in:
Miro Spönemann
2020-02-24 15:26:35 +01:00
parent beb529cf15
commit 1bc996d8d8
3 changed files with 24 additions and 24 deletions

View File

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