Commit 654e44b 1 parent b479102 commit 654e44b Copy full SHA for 654e44b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ You can install Rover by running
72
72
73
73
#### Linux and MacOS
74
74
``` bash
75
- curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.0 /installers/binstall/install.sh | VERSION=v0.0.1-rc.0 sh
75
+ curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.1 /installers/binstall/install.sh | VERSION=v0.0.1-rc.1 sh
76
76
```
77
77
78
78
#### Windows
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ function Install-Binary() {
2
2
$old_erroractionpreference = $ErrorActionPreference
3
3
$ErrorActionPreference = ' stop'
4
4
5
- $version = " 0.0.1-rc.0 "
5
+ $version = " 0.0.1-rc.1 "
6
6
7
7
Initialize-Environment
8
8
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ You can install Rover by running
72
72
73
73
#### Linux and MacOS
74
74
``` bash
75
- curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.0 /installers/binstall/install.sh | VERSION=v0.0.1-rc.0 sh
75
+ curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.1 /installers/binstall/install.sh | VERSION=v0.0.1-rc.1 sh
76
76
```
77
77
78
78
#### Windows
You can’t perform that action at this time.
0 commit comments