Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / phantomjs / lib / phantom / examples / version.coffee
1 console.log 'using PhantomJS version ' +
2             phantom.version.major + '.' +
3             phantom.version.minor + '.' +
4             phantom.version.patch
5 phantom.exit()