version.js 161 Bytes Raw Blame History Permalink 1 2 3 4 5 6 "use strict"; console.log('using PhantomJS version ' + phantom.version.major + '.' + phantom.version.minor + '.' + phantom.version.patch); phantom.exit();