Skip to content

Commit 654e44b

Browse files
fix: updates installer version (#155)
1 parent b479102 commit 654e44b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can install Rover by running
7272

7373
#### Linux and MacOS
7474
```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
7676
```
7777

7878
#### Windows

installers/binstall/scripts/windows/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function Install-Binary() {
22
$old_erroractionpreference = $ErrorActionPreference
33
$ErrorActionPreference = 'stop'
44

5-
$version = "0.0.1-rc.0"
5+
$version = "0.0.1-rc.1"
66

77
Initialize-Environment
88

installers/npm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can install Rover by running
7272

7373
#### Linux and MacOS
7474
```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
7676
```
7777

7878
#### Windows

0 commit comments

Comments
 (0)