version.js 161 B

123456
  1. "use strict";
  2. console.log('using PhantomJS version ' +
  3. phantom.version.major + '.' +
  4. phantom.version.minor + '.' +
  5. phantom.version.patch);
  6. phantom.exit();