Skip to content

Commit

Permalink
Docs: update to rc2 release tag (#1769)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach authored Jun 20, 2024
1 parent 7f3929b commit 3271725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/20.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Download the [latest binary release](https://github.com/vitessio/vitess/releases
* Ubuntu is the only fully supported OS, for another OS please [build Vitess by yourself](/docs/contributing) or use the Docker images.

```sh
version=20.0.0-rc1
file=vitess-${version}-7e8c974.tar.gz
version=20.0.0-rc2
file=vitess-${version}-4af99b5.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/21.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Download the [latest binary release](https://github.com/vitessio/vitess/releases
* Ubuntu is the only fully supported OS, for another OS please [build Vitess by yourself](/docs/contributing) or use the Docker images.

```sh
version=20.0.0-rc1
file=vitess-${version}-7e8c974.tar.gz
version=20.0.0-rc2
file=vitess-${version}-4af99b5.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Each major release is maintained for 1 year.
> The latest and current vitess release is v17.0
### v20.0
- **Current version:** [v20.0.0-rc1](https://github.com/vitessio/vitess/releases/tag/v20.0.0-rc1) (2024-06-13)
- **Current version:** [v20.0.0-rc2](https://github.com/vitessio/vitess/releases/tag/v20.0.0-rc2) (2024-06-20)

### v19.0
- **Current version:** [v19.0.4](https://github.com/vitessio/vitess/releases/tag/v19.0.4) (2024-05-08)
Expand Down

0 comments on commit 3271725

Please sign in to comment.