From 46d7d2e4af418324b0214c9d7afbf97e0826700f Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 13 Aug 2026 16:30:45 +1000 Subject: [PATCH] Bump trunk's VERSION_SHORT to 27.2 27.1 shipped and Apple closed its pre-release train, so every TestFlight upload from `trunk` has been rejected since 6 August and no internal build has reached testers in a week. Nothing bumps `trunk` between a release shipping and the next code freeze, so it keeps naming a version Apple will no longer accept. This is the one-line half of #25876, split out so it can land now while the `release.rb` change that pre-allocates the version automatically gets the review it deserves. `VERSION_LONG` is deliberately left at 27.1.0.4. `code_freeze` writes both fields onto the new release branch and commits with `allow_nothing_to_commit: false`, so pre-setting `VERSION_LONG` here would leave that commit empty and fail the lane. Nothing reads it in the meantime: the trunk TestFlight lane mints its build code from `BUILDKITE_BUILD_NUMBER`. --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 5 --- config/Version.public.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 01cc16b178d3..dc1c5ff3421d 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,2 +1,2 @@ VERSION_LONG = 27.1.0.4 -VERSION_SHORT = 27.1 +VERSION_SHORT = 27.2