From 300f507efcdcbda40574d49d65f352650d775fe7 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Thu, 31 Jul 2025 06:59:11 +0200 Subject: [PATCH] Update LTS version on template. --- 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 fefc0f7b26..9d7879efe9 100644 --- a/templates/UmbracoProject/.template.config/template.json +++ b/templates/UmbracoProject/.template.config/template.json @@ -98,7 +98,7 @@ }, { "condition": "(UmbracoRelease == 'LTS')", - "value": "13.9.1" + "value": "13.9.3" } ] }