From fa96ba1e829f152a6e375d1f58ca0e64b8244d38 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 4 Nov 2021 12:36:10 +0100 Subject: [PATCH] Bump version to 9.2.0-rc --- .../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 fa60ddf1a9..b69b63dd1c 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.0-rc", + "defaultValue": "9.2.0-rc", "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 63e1cbbac2..6ec0babd70 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.0-rc", + "defaultValue": "9.2.0-rc", "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 ec32e6fe33..fed70283e7 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,10 +3,10 @@ - 9.1.0 - 9.1.0 - 9.1.0-rc - 9.1.0 + 9.2.0 + 9.2.0 + 9.2.0-rc + 9.2.0 9.0 en-US Umbraco CMS