Skip to content

Commit

Permalink
Updates 1.13.0 references to 1.13.3
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed May 21, 2024
1 parent 3a51ffc commit ba34010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/cli/dapr-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dapr init -s
You can also specify a specific runtime version. Be default, the latest version is used.

```bash
dapr init --runtime-version 1.13.0
dapr init --runtime-version 1.13.3
```

**Install with image variant**
Expand Down
2 changes: 1 addition & 1 deletion daprdocs/layouts/shortcodes/dapr-latest-version.html
Original file line number Diff line number Diff line change
@@ -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 -}}

0 comments on commit ba34010

Please sign in to comment.