From 4315f8619d02e6c230cd32ae79c40027ea373aae Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Tue, 7 Jun 2022 22:02:52 +0200 Subject: [PATCH] new: change version to 0.11.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b7d2f5e..47d9070c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.11.2-alpha.0" +version = "0.11.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a86534a9..20be67ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.11.2-alpha.0" +version = "0.11.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html