Skip to content

Commit

Permalink
0.0.1-rc.7 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Feb 4, 2021
1 parent 23434de commit 8ad14c2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Apollo Developers <[email protected]>"]
edition = "2018"
name = "rover"
version = "0.0.1-rc.6"
version = "0.0.1-rc.7"
repository = "https://github.com/apollographql/rover/"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rover subgraph fetch --name=pets test@cats

```console
$ rover --help
Rover 0.0.1-rc.6
Rover 0.0.1-rc.7

Rover - Your Graph Companion
Read the getting started guide: https://go.apollo.dev/r/start
Expand Down Expand Up @@ -97,13 +97,13 @@ You can install Rover by running
#### Linux and MacOS

```bash
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.6 sh
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.7 sh
```

#### Windows

```bash
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/windows/install.ps1' | iex
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/windows/install.ps1' | iex
```

Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually adding its location to your `PATH`.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Install Rover by running the corresponding command for your operating system:
### Linux and MacOS

```shell
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.6 sh
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.7 sh
```

### Windows

```shell
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/windows/install.ps1' | iex
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/windows/install.ps1' | iex
```

Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually add its location to your `PATH`.
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.6"
$version = "0.0.1-rc.7"

Initialize-Environment

Expand Down
6 changes: 3 additions & 3 deletions installers/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rover subgraph fetch --name=pets test@cats

```console
$ rover --help
Rover 0.0.1-rc.6
Rover 0.0.1-rc.7

Rover - Your Graph Companion
Read the getting started guide: https://go.apollo.dev/r/start
Expand Down Expand Up @@ -97,13 +97,13 @@ You can install Rover by running
#### Linux and MacOS

```bash
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.6 sh
curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.7 sh
```

#### Windows

```bash
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.6/installers/binstall/scripts/windows/install.ps1' | iex
iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.7/installers/binstall/scripts/windows/install.ps1' | iex
```

Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually adding its location to your `PATH`.
Expand Down
2 changes: 1 addition & 1 deletion installers/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion installers/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/rover",
"version": "0.0.1-rc.6",
"version": "0.0.1-rc.7",
"description": "The new Apollo CLI",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8ad14c2

Please sign in to comment.