Ver Fonte

Bump version number to 1.12.0 (#1516)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.12.0

Result:

The version in the default user-agent string will match the released
version.
George Barnett há 3 anos atrás
pai
commit
85416bc1fc
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = 11
+  internal static let minor = 12
 
   /// The patch version.
   internal static let patch = 0