Skip to content

Commit 6092195

Browse files
committed
docs: bump v1.5.7
Signed-off-by: zirain <[email protected]>
1 parent 5676737 commit 6092195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/layouts/shortcodes/helm-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{- "v1.4.6" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
18-
{{- "v1.5.6" -}}
18+
{{- "v1.5.7" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.1" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{- "v1.4.6" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
18-
{{- "v1.5.6" -}}
18+
{{- "v1.5.7" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.1" -}}

0 commit comments

Comments
 (0)