소스 검색

Bump version number to 1.13.2 (#1550)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.13.2

Result:

The version in the default user-agent string will match the released
version.
George Barnett 2 년 전
부모
커밋
1629de188c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = 1
+  internal static let patch = 2
 
   /// The version string.
   internal static let versionString = "\(major).\(minor).\(patch)"