Skip to content

Commit

Permalink
Bump up versin to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Aug 13, 2017
1 parent 7c9f08e commit 6104ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Example:
env:
global:
- secure: xxxxxxxxxxxxx
- REVIEWDOG_VERSION=0.9.7
- REVIEWDOG_VERSION=0.9.8

install:
- mkdir -p ~/bin/ && export export PATH="~/bin/:$PATH"
Expand Down Expand Up @@ -260,7 +260,7 @@ circle.yml sample
```yaml
machine:
environment:
REVIEWDOG_VERSION: 0.9.7
REVIEWDOG_VERSION: 0.9.8
dependencies:
override:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
environment:
REVIEWDOG_VERSION: 0.9.7
REVIEWDOG_VERSION: 0.9.8

dependencies:
override:
Expand Down
2 changes: 1 addition & 1 deletion cmd/reviewdog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/mattn/go-shellwords"
)

const version = "0.9.7"
const version = "0.9.8"

const usageMessage = "" +
`Usage: reviewdog [flags]
Expand Down

0 comments on commit 6104ffc

Please sign in to comment.