From 0ad0baea1bba445dc604e86df779e6d0a962dcf5 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Thu, 9 Oct 2025 14:35:10 +0100 Subject: [PATCH] Bump version number to 1.27.0 Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.27.0 Result: The version in the default user-agent string will match the released version. --- Sources/GRPC/Version.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/GRPC/Version.swift b/Sources/GRPC/Version.swift index a702e81fa..febb2a1d5 100644 --- a/Sources/GRPC/Version.swift +++ b/Sources/GRPC/Version.swift @@ -19,7 +19,7 @@ internal enum Version { internal static let major = 1 /// The minor version. - internal static let minor = 26 + internal static let minor = 27 /// The patch version. internal static let patch = 0