From c45ff7f0e6cdb55f698ab2161a47165800e468f9 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Thu, 7 May 2026 17:30:43 -0700 Subject: [PATCH] Bump version to 3.17 for next prerelease cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Main just shipped 3.16.7 (PR #693 promotion). Per the rule documented in AGENTS.md "Develop → Main Promotion" section, bump develop's minor so the next prerelease lands at 3.17.X-g{sha}, visibly above main's just-shipped stable rather than below it. Co-Authored-By: Claude Opus 4.7 (1M context) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index a79bea72..746ac17f 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": "3.16", + "version": "3.17", "publicReleaseRefSpec": [ "^refs/heads/main$" ],