From 61ac719709e47c197fee18dc2554a917dbed9632 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 24 Jan 2024 15:22:38 +0100 Subject: [PATCH] =?UTF-8?q?Release=200.52.17=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2741d..b7f2207 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "snazy" -version = "0.52.16" +version = "0.52.17" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3186f10..ed422ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "snazy is a snazzy json log viewer" license = "Apache-2.0" readme = "README.md" name = "snazy" -version = "0.52.16" +version = "0.52.17" edition = "2021" keywords = ["json", "log", "viewer"] repository = "https://github.com/chmouel/snazy"