Browse Source

Bump version number to 1.13.1 (#1532)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.13.1

Result:

The version in the default user-agent string will match the released
version.
George Barnett 3 năm trước cách đây
mục cha
commit
6bf35472cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Sources/GRPC/Version.swift

+ 1 - 1
Sources/GRPC/Version.swift

@@ -22,7 +22,7 @@ internal enum Version {
   internal static let minor = 13
 
   /// The patch version.
-  internal static let patch = 0
+  internal static let patch = 1
 
   /// The version string.
   internal static let versionString = "\(major).\(minor).\(patch)"