From 35b1e18a295e788cdc2bc997873a863ebb65c798 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Fri, 19 Jun 2026 10:30:55 -0700 Subject: [PATCH] Restore version floor to 2.13 The 2.13 release chore inadvertently bumped version.json to 2.14; the next-cycle bump is a separate post-release step. Keep the floor at 2.13 for this release. Co-Authored-By: Claude Opus 4.8 (1M context) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 97cc2cd..388dbef 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.14", + "version": "2.13", "publicReleaseRefSpec": [ "^refs/heads/main$" ],