diff --git a/package.json b/package.json index 0275c873fad..d0606aee2e1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "private": true, "name": "grafana", - "version": "7.2.0-pre", + "version": "7.2.0-beta1", "repository": "github:grafana/grafana", "scripts": { "api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js", @@ -44,8 +44,8 @@ "ci:test-frontend": "yarn run prettier:check && yarn run packages:typecheck && yarn run typecheck && yarn run test" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-1/", - "releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-1-x/32967" + "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-2/", + "releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-2-x/36321" }, "husky": { "hooks": {