diff --git a/lerna.json b/lerna.json index 30f4e4728fd..28adbc5e754 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], - "version": "6.4.0-pre" + "version": "6.5.0-pre" } diff --git a/package.json b/package.json index a53ab845d1e..381021a3453 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "private": true, "name": "grafana", - "version": "6.4.0-pre", + "version": "6.5.0-pre", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git"