version.js

  1. /* global GEO_VERSION */
  2. /**
  3. * The current geojs version.
  4. *
  5. * @alias geo.version
  6. * @constant
  7. * @type {string}
  8. */
  9. module.exports = GEO_VERSION;