Explorar o código

Bump version number to 1.5.0 (#1294)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.5.0

Result:

The version in the default user-agent string will match the released
version.
George Barnett %!s(int64=4) %!d(string=hai) anos
pai
achega
580ba36aec
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 = 4
+  internal static let minor = 5
 
   /// The patch version.
-  internal static let patch = 2
+  internal static let patch = 0
 
   /// The version string.
   internal static let versionString = "\(major).\(minor).\(patch)"