From 2da7e3c54fd837394db5f1ea780a4f2500481516 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 17 Aug 2020 14:02:55 +0200 Subject: [PATCH] Updated template default version to alpha001 --- build/templates/UmbracoSolution/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/templates/UmbracoSolution/.template.config/template.json b/build/templates/UmbracoSolution/.template.config/template.json index 7d0a22ee25..c222161245 100644 --- a/build/templates/UmbracoSolution/.template.config/template.json +++ b/build/templates/UmbracoSolution/.template.config/template.json @@ -15,7 +15,7 @@ "version": { "type": "parameter", "datatype": "string", - "defaultValue": "9.0.0", + "defaultValue": "0.5.0-alpha001", "description": "The version of Umbraco to load using NuGet", "replaces": "UMBRACO_VERSION_FROM_TEMPLATE" },