Skip to content

Commit

Permalink
fix: updates installer version (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Dec 24, 2020
1 parent b479102 commit 654e44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can install Rover by running

#### Linux and MacOS
```bash
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.0/installers/binstall/install.sh | VERSION=v0.0.1-rc.0 sh
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.1/installers/binstall/install.sh | VERSION=v0.0.1-rc.1 sh
```

#### Windows
Expand Down
2 changes: 1 addition & 1 deletion installers/binstall/scripts/windows/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function Install-Binary() {
$old_erroractionpreference = $ErrorActionPreference
$ErrorActionPreference = 'stop'

$version = "0.0.1-rc.0"
$version = "0.0.1-rc.1"

Initialize-Environment

Expand Down
2 changes: 1 addition & 1 deletion installers/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can install Rover by running

#### Linux and MacOS
```bash
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.0/installers/binstall/install.sh | VERSION=v0.0.1-rc.0 sh
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.1/installers/binstall/install.sh | VERSION=v0.0.1-rc.1 sh
```

#### Windows
Expand Down

0 comments on commit 654e44b

Please sign in to comment.