From 1ed8ff388ec5bdba6742adb21fc4189b0378f1e2 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 1 Apr 2024 23:28:40 +0200 Subject: [PATCH] v24.3.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0bf598..a5e6956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "chdig" -version = "24.1.1" +version = "24.3.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 76f9fbf..06653ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/azat/chdig" readme = "README.md" description = "Dig into ClickHouse with TUI interface" license = "MIT" -version = "24.1.1" +version = "24.3.1" edition = "2021" [features]