From 8dc9ec477d965c9ad8a600e15cd4c1dac5be84a1 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Thu, 29 May 2025 07:51:18 +0200 Subject: [PATCH] Bumped version to 16.0.0-rc5. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index e0d91c6cde..44c7e516dd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "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. + "version": "16.0.0-rc5", // 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. "assemblyVersion": { "precision": "build" },