Skip to content

Commit 2a78864

Browse files
authored
doc: release v1.0.0-rc.3 (#121)
Signed-off-by: Junjie Gao <[email protected]>
1 parent efce278 commit 2a78864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins
1616

1717
For Linux Bash:
1818
```bash
19-
version=1.0.0-rc.2
19+
version=1.0.0-rc.3
2020
arch=amd64
2121
install_path="${HOME}/.config/notation/plugins/azure-kv"
2222

@@ -36,7 +36,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins
3636

3737
For macOS Zsh:
3838
```zsh
39-
version=1.0.0-rc.2
39+
version=1.0.0-rc.3
4040
arch=arm64
4141
install_path="${HOME}/Library/Application Support/notation/plugins/azure-kv"
4242

@@ -56,7 +56,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins
5656

5757
For Windows Powershell:
5858
```powershell
59-
$version = "1.0.0-rc.2"
59+
$version = "1.0.0-rc.3"
6060
$arch = "amd64"
6161
$install_path = "${env:AppData}\notation\plugins\azure-kv"
6262

0 commit comments

Comments
 (0)