From 1b218cbe1bce59af8db383a5ca209449506f2b65 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Mon, 28 Oct 2024 23:09:28 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.3=20=E2=86=92=203.2.4?= 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 25912f246..832e48f21 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 3.2.3 +current_version = 3.2.4 [bumpversion:file:package.json] diff --git a/package.json b/package.json index 0e4dddbc3..9dae91132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altinity-clickhouse-grafana", - "version": "3.2.3", + "version": "3.2.4", "description": "Altinity grafana datasource for ClickHouse", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",