Skip to content

Commit

Permalink
Bump version to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsub committed Aug 22, 2018
1 parent 2c403cc commit d144706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ brew install tsub/s3-edit/s3-edit
For Linux

```
$ VERSION=0.0.6
$ VERSION=0.0.7
$ curl -fSL -o s3-edit.tar.gz "https://github.com/tsub/s3-edit/releases/download/v${VERSION}/s3-edit_v${VERSION}_linux_amd64.tar.gz"
$ tar -zxvf s3-edit.tar.gz -C /usr/local/bin
$ rm s3-edit.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is the version of s3-edit
const Version = "0.0.6"
const Version = "0.0.7"

// ShowVersion print the version of s3-edit
func ShowVersion() {
Expand Down

0 comments on commit d144706

Please sign in to comment.