Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
herrjulz committed Aug 7, 2018
1 parent 82020c7 commit b6e30aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Additionally, you can **transfer** properties from one YAML to another YAML
### OS X

```bash
$ wget -O /usr/local/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.6.0/goml-darwin-amd64 && chmod +x /usr/local/bin/goml
$ wget -O /usr/local/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.7.0/goml-darwin-amd64 && chmod +x /usr/local/bin/goml
```

**Using Homebrew:**
Expand All @@ -27,7 +27,7 @@ $ brew install goml
### Linux

```bash
$ wget -O /usr/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.6.0/goml-linux-amd64 && chmod +x /usr/bin/goml
$ wget -O /usr/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.7.0/goml-linux-amd64 && chmod +x /usr/bin/goml
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/goml/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
}
cmd.Name = "goml"
cmd.Usage = "CLI Tool to do CRUD like manipulation on YAML files"
cmd.Version = "0.6.0"
cmd.Version = "0.7.0"
cmd.Commands = []cli.Command{
{
Name: "get",
Expand Down

0 comments on commit b6e30aa

Please sign in to comment.