diff --git a/Cargo.lock b/Cargo.lock index 4aae73ab..33580306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.8.11-alpha.0" +version = "0.8.11" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4d3ef687..6eff416a 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.8.11-alpha.0" +version = "0.8.11" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html