Add set-version task to set version from package.json

This commit is contained in:
ahocevar
2018-06-21 11:18:52 +02:00
parent 6cddd2d44a
commit 5582914ffa
4 changed files with 30 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ export {HAS_WEBGL, WEBGL_MAX_TEXTURE_SIZE, WEBGL_EXTENSIONS};
* OpenLayers version.
* @type {string}
*/
export const VERSION = 'v4.6.4';
export const VERSION = '5.0.0-beta.14';
/**