diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html
index 7b6e8c51..3d19b4d4 100644
--- a/layouts/partials/init/index.html
+++ b/layouts/partials/init/index.html
@@ -1,4 +1,4 @@
-{{- .Scratch.Set "version" "v0.3.18" -}}
+{{- .Scratch.Set "version" "v0.3.19-c2dc17e9" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
diff --git a/layouts/partials/plugin/image-legacy.html b/layouts/partials/plugin/image-legacy.html
index c4d01ee0..7a8c0ca4 100644
--- a/layouts/partials/plugin/image-legacy.html
+++ b/layouts/partials/plugin/image-legacy.html
@@ -1,7 +1,4 @@
-{{- /*
- deprecated: image-legacy.html
- TODO delete this file in the next minor release
-*/ -}}
+{{- warnf "Deprecated image-legacy.html and will be removed in the next minor release, please use image.html instead." -}}
{{- $params := partial "function/params.html" -}}
{{- $class := .Class | default "" -}}
{{- $style := "" -}}