From 7ce6197fe17f49d9100d457509abcd427859a7cd Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Tue, 3 Sep 2024 21:42:04 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.2=20=E2=86=92=203.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f16b23a83..25912f246 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 3.2.2 +current_version = 3.2.3 [bumpversion:file:package.json] diff --git a/package.json b/package.json index bcd8a78ed..f6cad393e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altinity-clickhouse-grafana", - "version": "3.2.2", + "version": "3.2.3", "description": "Altinity grafana datasource for ClickHouse", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",