Updated to 0.12.0-rc2 CLI.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-08-20 14:45:32 +02:00
parent 7754cf6334
commit 4c4043b73c

View File

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