Skip to content

Commit

Permalink
prepare 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jan 22, 2016
1 parent 8b8c8fd commit d52fa86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,7 +53,7 @@ USAGE:
humanlog [global options] command [command options] [arguments...]
VERSION:
0.1.5
0.1.6
AUTHOR:
Antoine Grondin - <antoine@digitalocean.com>
Expand Down
2 changes: 1 addition & 1 deletion cmd/humanlog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Binary file added release/0.1.6/humanlog_darwin_amd64.tar.gz
Binary file not shown.
Binary file added release/0.1.6/humanlog_linux_amd64.tar.gz
Binary file not shown.

0 comments on commit d52fa86

Please sign in to comment.