瀏覽代碼

Bump version number to 1.14.1 (#1572)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.14.1

Result:

The version in the default user-agent string will match the released
version.
George Barnett 2 年之前
父節點
當前提交
a20cac0cad
共有 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 = 14
 
   /// The patch version.
-  internal static let patch = 0
+  internal static let patch = 1
 
   /// The version string.
   internal static let versionString = "\(major).\(minor).\(patch)"