Explorar o código

Bump version number to 1.24.0 (#2088)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.24.0

Result:

The version in the default user-agent string will match the released
version.
George Barnett hai 1 ano
pai
achega
3ef3a9f42a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Sources/GRPC/Version.swift

+ 2 - 2
Sources/GRPC/Version.swift

@@ -19,10 +19,10 @@ internal enum Version {
   internal static let major = 1
 
   /// The minor version.
-  internal static let minor = 23
+  internal static let minor = 24
 
   /// The patch version.
-  internal static let patch = 1
+  internal static let patch = 0
 
   /// The version string.
   internal static let versionString = "\(major).\(minor).\(patch)"