Browse Source

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.
George Barnett 1 year ago
parent
commit
6a90b7e77e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/GRPC/Version.swift

+ 1 - 1
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