From e60db9e9e58620460d45637571ee15486c09559f Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Thu, 6 Aug 2020 09:34:41 +0300 Subject: [PATCH] new: change version to 0.3.2-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f97108e6..852fa9ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.3.1" +version = "0.3.2-alpha.0" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3449c902..91d14adc 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.3.1" +version = "0.3.2-alpha.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html