Skip to content

Commit c00133e

Browse files
committed
bump v1.5 to 1.5.8
Signed-off-by: zirain <[email protected]>
1 parent c942078 commit c00133e

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.7" -}}
18+
{{- "v1.5.8" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.2" -}}

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.7" -}}
18+
{{- "v1.5.8" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.2" -}}

0 commit comments

Comments
 (0)