diff --git a/Cargo.lock b/Cargo.lock index f37d7577..406b4280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,7 +738,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hl" -version = "0.27.1-alpha.4" +version = "0.27.1" dependencies = [ "atoi", "bincode", diff --git a/Cargo.toml b/Cargo.toml index b1009762..9bacc4c3 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.27.1-alpha.4" +version = "0.27.1" edition = "2021" build = "build.rs"