From 79b959da66a790bbea4dfdbe5d688d241b187a79 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 26 Jun 2018 13:39:03 -0600 Subject: [PATCH] Update version --- src/ol/package.json | 2 +- src/ol/util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/package.json b/src/ol/package.json index b42ad32205..d2302f3f68 100644 --- a/src/ol/package.json +++ b/src/ol/package.json @@ -10,4 +10,4 @@ "pixelworks": "1.1.0", "rbush": "2.0.2" } -} +} \ No newline at end of file diff --git a/src/ol/util.js b/src/ol/util.js index 92dd9493c9..08ccc7b0d3 100644 --- a/src/ol/util.js +++ b/src/ol/util.js @@ -52,4 +52,4 @@ export function getUid(obj) { * OpenLayers version. * @type {string} */ -export const VERSION = '5.0.0-beta.14'; +export const VERSION = '5.0.0';