From 991b9a791ee26ff37805e0d842fb1ddd8e23b6b0 Mon Sep 17 00:00:00 2001 From: Mole Date: Tue, 17 Sep 2024 14:42:25 +0200 Subject: [PATCH] Updaet template to reference 13.5 (#17063) --- templates/UmbracoProject/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/UmbracoProject/.template.config/template.json b/templates/UmbracoProject/.template.config/template.json index e342cdaeb8..355ed6f7a8 100644 --- a/templates/UmbracoProject/.template.config/template.json +++ b/templates/UmbracoProject/.template.config/template.json @@ -98,7 +98,7 @@ }, { "condition": "(UmbracoRelease == 'LTS')", - "value": "13.4.1" + "value": "13.5.0" } ] }