From 40119219f8dabb09cafc7d3d8caa9a72fa4a2cf3 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 1 Dec 2021 19:06:23 +0100 Subject: [PATCH] Bumb version to 9.1.2 --- .../UmbracoPackage/.template.config/template.json | 2 +- .../UmbracoProject/.template.config/template.json | 2 +- src/Directory.Build.props | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/templates/UmbracoPackage/.template.config/template.json b/build/templates/UmbracoPackage/.template.config/template.json index a210435fe7..13fc7c2a5d 100644 --- a/build/templates/UmbracoPackage/.template.config/template.json +++ b/build/templates/UmbracoPackage/.template.config/template.json @@ -24,7 +24,7 @@ "version": { "type": "parameter", "datatype": "string", - "defaultValue": "9.1.1", + "defaultValue": "9.1.2", "description": "The version of Umbraco to load using NuGet", "replaces": "UMBRACO_VERSION_FROM_TEMPLATE" }, diff --git a/build/templates/UmbracoProject/.template.config/template.json b/build/templates/UmbracoProject/.template.config/template.json index 9b75ee14b3..856881f3fb 100644 --- a/build/templates/UmbracoProject/.template.config/template.json +++ b/build/templates/UmbracoProject/.template.config/template.json @@ -57,7 +57,7 @@ "version": { "type": "parameter", "datatype": "string", - "defaultValue": "9.1.1", + "defaultValue": "9.1.2", "description": "The version of Umbraco to load using NuGet", "replaces": "UMBRACO_VERSION_FROM_TEMPLATE" }, diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 238f691ff1..da8e1f5fa1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,10 +3,10 @@ - 9.1.1 - 9.1.1 - 9.1.1 - 9.1.1 + 9.1.2 + 9.1.2 + 9.1.2 + 9.1.2 9.0 en-US Umbraco CMS