Skip to content

Commit 348d79d

Browse files
committed
bump version
1 parent 065be9f commit 348d79d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you have to handle rather complex YAML files (for BOSH or Concourse), you jus
1515
### OS X
1616

1717
```
18-
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.3.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
18+
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.4.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
1919
```
2020

2121
**Via Homebrew**
@@ -28,13 +28,13 @@ $ brew install aviator
2828
### Linux
2929

3030
```
31-
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.3.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
31+
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.4.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
3232
```
3333

3434
### Windows (NOT TESTED)
3535

3636
```
37-
https://github.com/JulzDiverse/aviator/releases/download/v1.3.0/aviator-win
37+
https://github.com/JulzDiverse/aviator/releases/download/v1.4.0/aviator-win
3838
```
3939

4040
## Executors

0 commit comments

Comments
 (0)