diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60e752dda..87d40ce4e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.5.2 +current_version = 2.5.3 [bumpversion:file:package.json] diff --git a/dist/plugin.json b/dist/plugin.json index a77448345..41ebaed02 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -44,7 +44,7 @@ "url": "https://github.com/Altinity/clickhouse-grafana" } ], - "version": "2.5.2", + "version": "2.5.3", "updated": "2020-07-31" }, "dependencies": { diff --git a/package.json b/package.json index fa19e1e03..8dd7b1afc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertamedia-clickhouse", - "version": "2.5.2", + "version": "2.5.3", "description": "ClickHouse datasource for Grafana", "scripts": { "build:prod": "webpack --config webpack.config.prod.js", diff --git a/src/plugin.json b/src/plugin.json index a77448345..41ebaed02 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -44,7 +44,7 @@ "url": "https://github.com/Altinity/clickhouse-grafana" } ], - "version": "2.5.2", + "version": "2.5.3", "updated": "2020-07-31" }, "dependencies": {