Increased version number to 0.0.5

This commit is contained in:
Miro Spönemann
2020-02-26 17:32:30 +01:00
parent 6f6f620ec9
commit ad4928957e
6 changed files with 11 additions and 11 deletions

View File

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