From 6a90b7e77e29f9bda6c2b3a4165a40d6c02cfda1 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Mon, 22 Apr 2024 13:38:25 +0100 Subject: [PATCH] Bump version number to 1.23.0 (#1863) Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.23.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 ef41a7b8d..1808c5bf9 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 = 22 + internal static let minor = 23 /// The patch version. internal static let patch = 0