mirror of https://github.com/dapr/docs.git
Updates 1.13.0 references to 1.13.3
Signed-off-by: Elena Kolevska <elena@kolevska.com>
This commit is contained in:
parent
3a51ffcbc4
commit
ba34010e8b
|
@ -74,7 +74,7 @@ dapr init -s
|
||||||
You can also specify a specific runtime version. Be default, the latest version is used.
|
You can also specify a specific runtime version. Be default, the latest version is used.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr init --runtime-version 1.13.0
|
dapr init --runtime-version 1.13.3
|
||||||
```
|
```
|
||||||
|
|
||||||
**Install with image variant**
|
**Install with image variant**
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{- if .Get "short" }}1.13{{ else if .Get "long" }}1.13.0{{ else if .Get "cli" }}1.13.0{{ else }}1.13.0{{ end -}}
|
{{- if .Get "short" }}1.13{{ else if .Get "long" }}1.13.3{{ else if .Get "cli" }}1.13.3{{ else }}1.13.3{{ end -}}
|
Loading…
Reference in New Issue