fix: fix version console log (#1528)

This commit is contained in:
Shawn Erquhart
2018-07-27 11:50:04 -04:00
committed by GitHub
parent 6632e5d152
commit e82289bff2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ function bootstrap(opts = {}) {
/**
* Log the version number.
*/
console.log(`Netlify CMS version ${process.env.NETLIFY_CMS_VERSION}`);
console.log(`Netlify CMS version ${NETLIFY_CMS_VERSION}`);
/**
* Get DOM element where app will mount.