Skip to content

Commit ab25074

Browse files
authored
References correct starter kit version for Umbraco 16 (#19392)
1 parent 0442b9e commit ab25074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/UmbracoProject/.template.config/starterkits.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cases": [
3535
{
3636
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))",
37-
"value": "14.0.0"
37+
"value": "16.0.0-rc"
3838
},
3939
{
4040
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "16.0.0-rc4",
3+
"version": "16.0.0-rc4", // TODO: When bumping this to 16.0.0, also remove the -rc suffix in the starterkits.template.json file. The starter kit final version for 16 will be released at the same time as the CMS.
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)