Skip to content

Commit 8ad14c2

Browse files
0.0.1-rc.7 (#236)
1 parent 23434de commit 8ad14c2

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Apollo Developers <[email protected]>"]
33
edition = "2018"
44
name = "rover"
5-
version = "0.0.1-rc.6"
5+
version = "0.0.1-rc.7"
66
repository = "https://github.com/apollographql/rover/"
77

88
[dependencies]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rover subgraph fetch --name=pets test@cats
3434

3535
```console
3636
$ rover --help
37-
Rover 0.0.1-rc.6
37+
Rover 0.0.1-rc.7
3838

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

9999
```bash
100-
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
100+
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
101101
```
102102

103103
#### Windows
104104

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

109109
Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually adding its location to your `PATH`.

docs/source/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Install Rover by running the corresponding command for your operating system:
1212
### Linux and MacOS
1313

1414
```shell
15-
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
15+
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
1616
```
1717

1818
### Windows
1919

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

2424
Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually add its location to your `PATH`.

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.6"
5+
$version = "0.0.1-rc.7"
66

77
Initialize-Environment
88

installers/npm/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rover subgraph fetch --name=pets test@cats
3434

3535
```console
3636
$ rover --help
37-
Rover 0.0.1-rc.6
37+
Rover 0.0.1-rc.7
3838

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

9999
```bash
100-
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
100+
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
101101
```
102102

103103
#### Windows
104104

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

109109
Alternatively, you can [download the binary for your operating system](https://github.com/apollographql/rover/releases) and manually adding its location to your `PATH`.

installers/npm/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installers/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/rover",
3-
"version": "0.0.1-rc.6",
3+
"version": "0.0.1-rc.7",
44
"description": "The new Apollo CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)