diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 81e11bafe..56755ac8d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 3.0.5 +current_version = 3.1.0 [bumpversion:file:package.json] diff --git a/package.json b/package.json index 2c53c2422..15ce1b956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altinity-clickhouse-grafana", - "version": "3.0.5", + "version": "3.1.0", "description": "Altinity grafana datasource for ClickHouse", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",