From 713bcebaa7884f815c45aac5d5495526b9a4fc43 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Mon, 25 Apr 2022 14:18:21 +0200 Subject: [PATCH] docs: update version (#1214) --- docs/guide/getting-started.md | 2 +- docs/pt-br/guide/getting-started.md | 2 +- docs/zh-hans/guide/getting-started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 1b8680746..fc56d6583 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -37,7 +37,7 @@ We recommend using Git, though there are other platform specific methods: | Method | Command | | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0` | | Homebrew | `brew install asdf` | | Pacman | `git clone https://aur.archlinux.org/asdf-vm.git && cd asdf-vm && makepkg -si` or use your preferred [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) | diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 9fb7973d0..f7a46b413 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -37,7 +37,7 @@ Nós recomendamos a instalação através do Git, entretanto existem outros mét | Método | Comando | | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0` | | Homebrew | `brew install asdf` | | Pacman | `git clone https://aur.archlinux.org/asdf-vm.git && cd asdf-vm && makepkg -si` or use your preferred [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) | diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index b58a141f3..b56614c75 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -37,7 +37,7 @@ | 方法 | 命令 | | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0` | | Homebrew | `brew install asdf` | | Pacman | `git clone https://aur.archlinux.org/asdf-vm.git && cd asdf-vm && makepkg -si` 或者使用你更习惯的 [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) |