diff --git a/README.md b/README.md index f0bc2bc..bf3e007 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ $ go get -u github.com/aybabtme/humanlog/... ## On linux ```bash -wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.1.5/humanlog_linux_amd64.tar.gz | tar xvz +wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.1.6/humanlog_linux_amd64.tar.gz | tar xvz ``` ## On OS X ```bash -wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.1.5/humanlog_darwin_amd64.tar.gz | tar xvz +wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.1.6/humanlog_darwin_amd64.tar.gz | tar xvz ``` # Example @@ -53,7 +53,7 @@ USAGE: humanlog [global options] command [command options] [arguments...] VERSION: - 0.1.5 + 0.1.6 AUTHOR: Antoine Grondin - diff --git a/cmd/humanlog/main.go b/cmd/humanlog/main.go index 019b527..9953d2c 100644 --- a/cmd/humanlog/main.go +++ b/cmd/humanlog/main.go @@ -70,7 +70,7 @@ func newApp() *cli.App { app.Author = "Antoine Grondin" app.Email = "antoine@digitalocean.com" app.Name = "humanlog" - app.Version = "0.1.5" + app.Version = "0.1.6" app.Usage = "reads structured logs from stdin, makes them pretty on stdout!" app.Flags = []cli.Flag{skipFlag, keepFlag, sortLongest, skipUnchanged, truncates, truncateLength} diff --git a/release/0.1.6/humanlog_darwin_amd64.tar.gz b/release/0.1.6/humanlog_darwin_amd64.tar.gz new file mode 100644 index 0000000..995dfae Binary files /dev/null and b/release/0.1.6/humanlog_darwin_amd64.tar.gz differ diff --git a/release/0.1.6/humanlog_linux_amd64.tar.gz b/release/0.1.6/humanlog_linux_amd64.tar.gz new file mode 100644 index 0000000..e738a4f Binary files /dev/null and b/release/0.1.6/humanlog_linux_amd64.tar.gz differ