From 11447aaf0ddcc7149705e84c268a2f7df2fcf9fe Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Wed, 20 Jan 2021 13:24:40 +0000 Subject: [PATCH] Chore: use old version format in package.json (#30430) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc22a67e1de..1247ad0bd52 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "private": true, "name": "grafana", - "version": "7.5.0-pre.0", + "version": "7.5.0-pre", "repository": "github:grafana/grafana", "scripts": { "api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",