From ccc8f898a50bf08317fe44b31ee617d501a4e467 Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Sun, 8 Nov 2020 19:39:14 +0900 Subject: [PATCH] Support ISO8601 time parsing. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 548f7ae..dcb0337 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ go get -u github.com/aybabtme/humanlog/... ## On linux ```bash -wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.4.1/humanlog_0.4.1_linux_amd64.tar.gz | tar xvz +wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.4.2/humanlog_0.4.2_linux_amd64.tar.gz | tar xvz ``` ## On OS X @@ -54,7 +54,7 @@ USAGE: humanlog [global options] command [command options] [arguments...] VERSION: - 0.4.1 + 0.4.2 AUTHOR: Antoine Grondin -