Skip to content

Commit 98f57d8

Browse files
committed
bump version
1 parent 05e7898 commit 98f57d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 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/v0.12.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
16+
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v0.13.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
1717
```
1818

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

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

3232
## 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 = "0.12.0"
15+
cmd.Version = "0.13.0"
1616
cmd.Flags = getFlags()
1717
return cmd
1818
}

0 commit comments

Comments
 (0)