Skip to content

Commit d6dfb6d

Browse files
committed
bump aviator version
1 parent 72977fd commit d6dfb6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

1515
```
16-
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.2.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
16+
$ 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
1717
```
1818

1919
**Via Homebrew**
@@ -26,13 +26,13 @@ $ brew install aviator
2626
### Linux
2727

2828
```
29-
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.2.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
29+
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.3.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
3030
```
3131

3232
### Windows (NOT TESTED)
3333

3434
```
35-
https://github.com/JulzDiverse/aviator/releases/download/v1.2.0/aviator-win
35+
https://github.com/JulzDiverse/aviator/releases/download/v1.3.0/aviator-win
3636
```
3737

3838
## Executors

cmd/aviator/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func setCli() *cli.App {
1212
}
1313
cmd.Name = "Aviator"
1414
cmd.Usage = "Navigate to a aviator.yml file and run aviator"
15-
cmd.Version = "1.2.0"
15+
cmd.Version = "1.3.0"
1616
cmd.Flags = getFlags()
1717
return cmd
1818
}

0 commit comments

Comments
 (0)