Skip to content

Commit 723384a

Browse files
committed
bump versions
1 parent 182dacf commit 723384a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Additionally, you can **transfer** properties from one YAML to another YAML
1414
### OS X
1515

1616
```
17-
$ wget -O /usr/local/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.2.0/goml-darwin-amd64 && chmod +x /usr/local/bin/goml
17+
$ wget -O /usr/local/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.4.0/goml-darwin-amd64 && chmod +x /usr/local/bin/goml
1818
```
1919

2020
**Using Homebrew:**
@@ -27,7 +27,7 @@ $ brew install goml
2727
### Linux
2828

2929
```
30-
$ wget -O /usr/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.2.0/goml-linux-amd64 && chmod +x /usr/bin/goml
30+
$ wget -O /usr/bin/goml https://github.com/JulzDiverse/goml/releases/download/v0.4.0/goml-linux-amd64 && chmod +x /usr/bin/goml
3131
```
3232

3333
## Usage

cmd/goml/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func main() {
2020
}
2121
cmd.Name = "goml"
2222
cmd.Usage = "CLI Tool to do CRUD like manipulation on YAML files"
23-
cmd.Version = "0.3.0"
23+
cmd.Version = "0.4.0"
2424
cmd.Commands = []cli.Command{
2525
{
2626
Name: "get",

0 commit comments

Comments
 (0)