Skip to content

Commit 33ddf3a

Browse files
committed
bump version to 1.8
1 parent 3d34f63 commit 33ddf3a

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
@@ -17,7 +17,7 @@ If you have to handle rather complex YAML files (for Kubernetes, Concourse, or B
1717
### OS X
1818

1919
```
20-
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.7.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
20+
$ wget -O /usr/local/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.8.0/aviator-darwin-amd64 && chmod +x /usr/local/bin/aviator
2121
```
2222

2323
**Via Homebrew**
@@ -30,13 +30,13 @@ $ brew install aviator
3030
### Linux
3131

3232
```
33-
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.7.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
33+
$ wget -O /usr/bin/aviator https://github.com/JulzDiverse/aviator/releases/download/v1.8.0/aviator-linux-amd64 && chmod +x /usr/bin/aviator
3434
```
3535

3636
### Windows (NOT TESTED)
3737

3838
```
39-
https://github.com/JulzDiverse/aviator/releases/download/v1.7.0/aviator-win
39+
https://github.com/JulzDiverse/aviator/releases/download/v1.8.0/aviator-win
4040
```
4141

4242
## Usage

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

0 commit comments

Comments
 (0)